summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-12-02Merge tag 'iommu-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2023-12-02Merge tag 'drm-fixes-2023-12-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+15
2023-12-02Merge tag 'io_uring-6.7-2023-11-30' of git://git.kernel.dk/linuxLinus Torvalds1-0/+3
2023-12-02Merge tag 'block-6.7-2023-12-01' of git://git.kernel.dk/linuxLinus Torvalds1-1/+3
2023-12-02Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-2/+7
2023-12-01Merge branch 'acpi-tables'Rafael J. Wysocki2-14/+11
2023-12-01params: Introduce the param_unknown_fn typeAndy Shevchenko1-3/+3
2023-12-01lkdtm: Add kfence read after free crash typeStephen Boyd1-0/+2
2023-12-01cgroup: Avoid false cacheline sharing of read mostly rstat_cpuWaiman Long1-0/+7
2023-12-01fs: fork splice_file_range() from do_splice_direct()Amir Goldstein2-7/+8
2023-12-01crypto: hisilicon/qm - simplify the status of qmWeili Qian1-6/+2
2023-12-01fanotify: allow "weak" fsid when watching a single filesystemAmir Goldstein1-0/+1
2023-12-01fanotify: store fsid in mark instead of in connectorAmir Goldstein1-8/+5
2023-12-01net: phy: mdio_device: Reset device only when necessaryAndrew Halaney1-0/+1
2023-12-01rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)2-5/+8
2023-12-01kprobes: consistent rcu api usage for kretprobe holderJP Kobryn1-5/+2
2023-12-01jbd2: increase the journal IO's priorityZhang Yi1-0/+3
2023-12-01Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-1/+17
2023-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-15/+43
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-1/+23
2023-12-01Merge tag 'drm-misc-fixes-2023-11-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+15
2023-12-01i40e: Annotate struct i40e_qvlist_info with __counted_byKees Cook1-1/+1
2023-11-30Input: gpio-keys - add system suspend support for dedicated wakeirqsTony Lindgren1-0/+2
2023-11-30vfio: Drop vfio_file_iommu_group() stub to fudge around a KVM wartSean Christopherson1-6/+2
2023-11-30dma-buf: Correct the documentation of name and exp_name symbolsRamesh Errabolu1-4/+7
2023-11-30spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPPChia-Lin Kao (AceLan)1-0/+2
2023-11-30spi: introduce SPI_TRANS_FAIL_IO for error reportingNam Cao1-4/+8
2023-11-30tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima1-4/+4
2023-11-30Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2-1/+22
2023-11-30bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend1-0/+1
2023-11-30xsk: Add TX timestamp and TX checksum offload supportStanislav Fomichev2-1/+15
2023-11-29cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq updateWyes Karny1-0/+4
2023-11-29ptrace: Convert ptrace_attach() to use lock guardsPeter Zijlstra2-0/+28
2023-11-29fbdev: Remove default file-I/O implementationsThomas Zimmermann1-0/+5
2023-11-29fbdev: Warn on incorrect framebuffer accessThomas Zimmermann1-1/+7
2023-11-29fbdev: Move default fb_mmap code into helper functionThomas Zimmermann1-1/+2
2023-11-28driver core: make device_is_dependent() staticGreg Kroah-Hartman1-1/+0
2023-11-28tty: make tty const in tty_get_baud_rate()Jiri Slaby (SUSE)1-3/+2
2023-11-28block: warn once for each partition in bio_check_ro()Yu Kuai1-0/+1
2023-11-28block: move .bd_inode into 1st cacheline of block_deviceMing Lei1-1/+2
2023-11-28EDAC/mc: Add support for HBM3 memory typeMuralidhara M K1-0/+3
2023-11-28io_uring/kbuf: defer release of mapped buffer ringsJens Axboe1-0/+3
2023-11-28net: page_pool: record pools per netdevJakub Kicinski3-0/+26
2023-11-28platform/x86: asus-wmi: disable USB0 hub on ROG Ally before suspendLuke D. Jones1-0/+3
2023-11-28mnt_idmapping: decouple from namespacesChristian Brauner1-0/+13
2023-11-28mnt_idmapping: remove check_fsmapping()Christian Brauner1-3/+0
2023-11-28eventfd: make eventfd_signal{_mask}() voidChristian Brauner1-9/+7
2023-11-28eventfd: simplify eventfd_signal_mask()Christian Brauner1-3/+2
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner1-2/+2
2023-11-28Merge v6.7-rc3 into drm-nextDaniel Vetter6-18/+62