summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-043-40/+60
|\
| * nodemask: Fix return values to be unsignedKees Cook2022-06-031-19/+19
| * bitmap: Fix return values to be unsignedKees Cook2022-06-031-12/+13
| * lib: add bitmap_{from,to}_arr64Yury Norov2022-06-031-4/+19
| * lib/bitmap: extend comment for bitmap_(from,to)_arr32()Yury Norov2022-06-031-2/+6
| * include/linux/find: Fix documentationAnna-Maria Behnsen2022-06-031-3/+3
* | Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-035-18/+30
|\ \
| * | sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED statePeter Zijlstra2022-05-113-9/+24
| * | ptrace: Don't change __stateEric W. Biederman2022-05-113-3/+6
| * | ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman2022-05-111-6/+0
| * | ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEPEric W. Biederman2022-05-111-1/+0
| * | signal: Replace __group_send_sig_info with send_signal_lockedEric W. Biederman2022-05-111-1/+0
| * | signal: Rename send_signal send_signal_lockedEric W. Biederman2022-05-111-0/+2
* | | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-2/+6
|\ \ \
| * | | fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-0/+2
| * | | fork: Explicity test for idle tasks in copy_threadEric W. Biederman2022-05-071-0/+1
| * | | fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+1
| * | | kthread: Don't allocate kthread_struct for init and umhEric W. Biederman2022-05-061-0/+2
| |/ /
* | | Merge tag 'per-namespace-ipc-sysctls-for-v5.19' of git://git.kernel.org/pub/s...Linus Torvalds2022-06-031-4/+33
|\ \ \
| * | | ipc: Store ipc sysctls in the ipc namespaceAlexey Gladkov2022-03-081-0/+21
| * | | ipc: Store mqueue sysctls in the ipc namespaceAlexey Gladkov2022-03-081-4/+12
* | | | Merge tag 'loongarch-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-06-031-0/+1
|\ \ \ \
| * | | | LoongArch: Add multi-processor (SMP) supportHuacai Chen2022-06-031-0/+1
* | | | | Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-0312-12/+202
|\ \ \ \ \
| * | | | | topology: Remove unused cpu_cluster_mask()Dietmar Eggemann2022-05-191-7/+0
| * | | | | export: fix string handling of namespace in EXPORT_SYMBOL_NSGreg Kroah-Hartman2022-05-061-3/+4
| * | | | | rpmsg: Fix calling device_lock() on non-initialized deviceKrzysztof Kozlowski2022-05-061-0/+8
| * | | | | Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman2022-05-0221-302/+118
| |\ \ \ \ \
| * | | | | | driver core: Add sysfs support for physical location of a deviceWon Chung2022-04-271-0/+73
| * | | | | | firmware_loader: Add firmware-upload supportRuss Weight2022-04-261-0/+82
| * | | | | | rpmsg: Fix kfree() of static memory on setting driver_overrideKrzysztof Kozlowski2022-04-221-2/+4
| * | | | | | vdpa: Use helper for safer setting of driver_overrideKrzysztof Kozlowski2022-04-221-1/+3
| * | | | | | spi: Use helper for safer setting of driver_overrideKrzysztof Kozlowski2022-04-221-0/+2
| * | | | | | PCI: Use driver_set_override() instead of open-codingKrzysztof Kozlowski2022-04-221-1/+5
| * | | | | | hv: Use driver_set_override() instead of open-codingKrzysztof Kozlowski2022-04-221-1/+5
| * | | | | | fsl-mc: Use driver_set_override() instead of open-codingKrzysztof Kozlowski2022-04-221-2/+4
| * | | | | | amba: Use driver_set_override() instead of open-codingKrzysztof Kozlowski2022-04-221-1/+5
| * | | | | | driver: platform: Add helper for safer setting of driver_overrideKrzysztof Kozlowski2022-04-222-1/+7
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-0315-23/+439
|\ \ \ \ \ \
| * | | | | | driver: soc: xilinx: Update function prototype for xlnx_unregister_eventAbhyuday Godhasara2022-05-191-2/+2
| * | | | | | Merge tag 'fpga-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2022-05-191-3/+3
| |\ \ \ \ \ \
| | * | | | | | fpga: fix for coding style issuesNava kishore Manne2022-05-101-3/+3
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge tag 'extcon-next-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2022-05-191-1/+1
| |\ \ \ \ \ \
| | * | | | | | extcon: Fix extcon_get_extcon_dev() error handlingDan Carpenter2022-05-131-1/+1
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge tag 'phy-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman2022-05-192-0/+36
| |\ \ \ \ \ \
| | * | | | | | phy: Add LVDS configuration optionsLiu Ying2022-04-202-0/+36
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'iio-for-5.19a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-05-195-17/+103
| |\ \ \ \ \ \
| | * | | | | | iio: core: Clarify the modesMiquel Raynal2022-04-281-1/+48
| | * | | | | | iio: core: Simplify the registration of kfifo buffersMiquel Raynal2022-04-101-3/+2
| | * | | | | | iio: core: Move the currentmode entry to the opaque structureMiquel Raynal2022-04-102-4/+4