summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-02-13tpm: add vendor flag to command code validationJulien Gomes
2023-02-13KEYS: Add new function key_create()Thomas Weißschuh
2023-02-12Merge tag 'trace-v6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-02-12tracing: Fix TASK_COMM_LEN in trace event format fileYafang Shao
2023-02-10fbdev: Fix invalid page access after closing deferred I/O devicesTakashi Iwai
2023-02-09mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng
2023-02-09cpufreq: Make cpufreq_unregister_driver() return voidUwe Kleine-König
2023-02-09Merge back cpufreq material for 6.3-rc1.Rafael J. Wysocki
2023-02-09Merge tag 'net-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-02-08uaccess: Add minimum bounds check on kernel buffer sizeKees Cook
2023-02-08arm64: Support Clang UBSAN trap codes for better reportingKees Cook
2023-02-07fscrypt: clean up fscrypt_add_test_dummy_key()Eric Biggers
2023-02-07net/mlx5: Expose SF firmware pages counterMaher Sanalla
2023-02-07net/mlx5: Store page counters in a single arrayMaher Sanalla
2023-02-07fanotify,audit: Allow audit to use the full permission event responseRichard Guy Briggs
2023-02-07fanotify: define struct members to hold response decision contextRichard Guy Briggs
2023-02-07fanotify: Ensure consistent variable type for responseRichard Guy Briggs
2023-02-06locking/lockdep: Remove lockdep_init_map_crosslock.Sebastian Andrzej Siewior
2023-02-05Merge tag 'char-misc-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-05Merge tag 'perf_urgent_for_v6.2_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-02-05genirq: Add mechanism to multiplex a single HW IPIAnup Patel
2023-02-04Merge tag 'rtc-6.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ab...Linus Torvalds
2023-02-03mm: extend max struct page size for kmsanArnd Bergmann
2023-02-03cpufreq: amd-pstate: implement amd pstate cpu online and offline callbackPerry Yuan
2023-02-03cpufreq: amd-pstate: implement Pstate EPP support for the AMD processorsPerry Yuan
2023-02-03cpufreq: amd-pstate: optimize driver working mode selection in amd_pstate_par...Wyes Karny
2023-02-03Merge tag 'ceph-for-6.2-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-02-03Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub...Linus Torvalds
2023-02-03block: add a bvec_set_virt helperChristoph Hellwig
2023-02-03block: add a bvec_set_folio helperChristoph Hellwig
2023-02-03block: factor out a bvec_set_page helperChristoph Hellwig
2023-02-03blk-cgroup: move the cgroup information to struct gendiskChristoph Hellwig
2023-02-03blk-cgroup: store a gendisk to throttle in struct task_structChristoph Hellwig
2023-02-02Merge branch 'stall.2023.01.09a' into HEADPaul E. McKenney
2023-02-02Merge branches 'doc.2023.01.05a', 'fixes.2023.01.23a', 'kvfree.2023.01.03a', ...Paul E. McKenney
2023-02-02rcu/kvfree: Add kvfree_rcu_mightsleep() and kfree_rcu_mightsleep()Uladzislau Rezki (Sony)
2023-02-02Merge tag 'net-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-02-02powercap: idle_inject: Add update callbackSrinivas Pandruvada
2023-02-02thermal: ACPI: Make helpers retrieve temperature onlyRafael J. Wysocki
2023-02-02ceph: move mount state enum to super.hXiubo Li
2023-02-01ARM: s3c: remove obsolete s3c-cpu-freq headerLukas Bulwahn
2023-02-01mfd: remove htc-pasic3 driverArnd Bergmann
2023-02-01mfd: remove ucb1400 supportArnd Bergmann
2023-02-01mfd: remove toshiba tmio driversArnd Bergmann
2023-02-01rtc: remove v3020 driverArnd Bergmann
2023-02-01power: remove pda_power supply driverArnd Bergmann
2023-02-01ASoC: pxa: remove unused board supportArnd Bergmann
2023-02-01input: remove pxa930_rotary keyboard driverArnd Bergmann
2023-02-01input: remove pxa930_trkball driverArnd Bergmann
2023-01-31mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty_slowpath()Kefeng Wang