summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel/signal.c: simplify force_sig_info_to_task(), kill recalc_sigpending_an...Oleg Nesterov2023-12-111-1/+0
* arch: remove ARCH_TASK_STRUCT_ON_STACKHeiko Carstens2023-12-112-9/+0
* introduce for_other_threads(p, t)Oleg Nesterov2023-12-111-0/+3
* Merge branch 'master' into mm-hotfixes-stableAndrew Morton2023-12-0725-55/+148
|\
| * Merge tag 'vfio-v6.7-rc4' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-12-031-6/+2
| |\
| | * vfio: Drop vfio_file_iommu_group() stub to fudge around a KVM wartSean Christopherson2023-11-301-6/+2
| * | Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-12-032-10/+10
| |\ \
| | * | rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)2023-12-012-5/+8
| | * | kprobes: consistent rcu api usage for kretprobe holderJP Kobryn2023-12-011-5/+2
| | |/
| * | Merge tag 'pm-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-12-021-0/+4
| |\ \
| | * | cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq updateWyes Karny2023-11-291-0/+4
| | |/
| * | Merge tag 'acpi-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-12-022-14/+11
| |\ \
| | * \ Merge branch 'acpi-tables'Rafael J. Wysocki2023-12-012-14/+11
| | |\ \ | | | |/ | | |/|
| | | * ACPI: Fix ARM32 platforms compile issue introduced by fw_table changesDave Jiang2023-11-222-14/+11
| * | | Merge tag 'iommu-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-12-021-0/+1
| |\ \ \
| | * | | iommu: Avoid more races around device probeRobin Murphy2023-11-271-0/+1
| | |/ /
| * | | Merge tag 'sound-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-12-021-1/+1
| |\ \ \
| | * | | ALSA: cs35l41: Fix for old systems which do not support commandStefan Binding2023-11-201-1/+1
| | | |/ | | |/|
| * | | Merge tag 'drm-fixes-2023-12-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-12-023-1/+23
| |\ \ \
| | * \ \ Merge tag 'amd-drm-fixes-6.7-2023-11-30' of https://gitlab.freedesktop.org/ag...Dave Airlie2023-12-011-0/+7
| | |\ \ \
| | | * | | Revert "drm/prime: Unexport helpers for fd/handle conversion"Felix Kuehling2023-11-301-0/+7
| | | | |/ | | | |/|
| | * | | Merge tag 'drm-misc-fixes-2023-11-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2023-11-302-1/+16
| | |\ \ \ | | | |/ / | | |/| |
| | | * | drm/gpuvm: Fix deprecated license identifierThomas Hellström2023-11-281-1/+1
| | | * | dma-buf: fix check in dma_resv_add_fenceChristian König2023-11-271-0/+15
| * | | | Merge tag 'io_uring-6.7-2023-11-30' of git://git.kernel.dk/linuxLinus Torvalds2023-12-011-0/+3
| |\ \ \ \
| | * | | | io_uring/kbuf: defer release of mapped buffer ringsJens Axboe2023-11-281-0/+3
| | | |/ / | | |/| |
| * | | | Merge tag 'block-6.7-2023-12-01' of git://git.kernel.dk/linuxLinus Torvalds2023-12-011-1/+3
| |\ \ \ \
| | * | | | block: warn once for each partition in bio_check_ro()Yu Kuai2023-11-281-0/+1
| | * | | | block: move .bd_inode into 1st cacheline of block_deviceMing Lei2023-11-281-1/+2
| * | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-12-011-3/+9
| |\ \ \ \ \
| | * | | | | scsi: sd: Fix system start for ATA devicesDamien Le Moal2023-11-251-0/+6
| | * | | | | scsi: Change SCSI device boolean fields to single bit flagsDamien Le Moal2023-11-251-3/+3
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-12-011-2/+7
| |\ \ \ \ \
| | * | | | | closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet2023-11-241-2/+7
| | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'hardening-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-12-011-1/+1
| |\ \ \ \ \
| | * | | | | uapi: propagate __struct_group() attributes to the container unionDmitry Antipov2023-11-281-1/+1
| | |/ / / /
| * | | | | Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-12-016-2/+71
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-11-303-1/+68
| | |\ \ \ \ \
| | | * | | | | wifi: cfg80211: add locked debugfs wrappersJohannes Berg2023-11-271-0/+46
| | | * | | | | debugfs: add API to allow debugfs operations cancellationJohannes Berg2023-11-271-0/+19
| | | * | | | | wifi: avoid offset calculation on NULL pointerMichael-CY Lee2023-11-241-1/+3
| | * | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-302-0/+2
| | |\ \ \ \ \ \
| | | * | | | | | bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend2023-11-302-0/+2
| | * | | | | | | neighbour: Fix __randomize_layout crash in struct neighbourGustavo A. R. Silva2023-11-281-1/+1
| | |/ / / / / /
| * | | | | | | Merge tag 'media/v6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2023-11-281-1/+1
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | media: v4l2-subdev: Fix a 64bit bugDan Carpenter2023-11-161-1/+1
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'usb-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-261-13/+0
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'usb-serial-6.7-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-11-2413-37/+66
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | Merge tag 'thunderbolt-for-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2023-11-2153-970/+475
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | * | | | | | Revert "usb: phy: add usb phy notify port status API"Johan Hovold2023-11-061-13/+0