Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-06-05 | 4 | -2/+298 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | gpiolib: cdev: Add hardware timestamp clock type | Dipen Patel | 2022-05-04 | 1 | -0/+3 | |
| * | | | | | | | | gpiolib: Add HTE support | Dipen Patel | 2022-05-04 | 2 | -2/+24 | |
| * | | | | | | | | drivers: Add hardware timestamp engine (HTE) subsystem | Dipen Patel | 2022-05-04 | 1 | -0/+271 | |
* | | | | | | | | | Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2022-06-05 | 2 | -23/+17 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | move mount-related externs from fs.h to mount.h | Al Viro | 2022-05-20 | 2 | -11/+12 | |
| * | | | | | | | | | linux/mount.h: trim includes | Al Viro | 2022-05-20 | 1 | -12/+5 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-06-05 | 3 | -6/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Unify the primitives for file descriptor closing | Al Viro | 2022-05-15 | 1 | -1/+1 | |
| * | | | | | | | | | fs: remove fget_many and fput_many interface | Gou Hao | 2022-05-15 | 2 | -5/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux | Linus Torvalds | 2022-06-04 | 3 | -40/+60 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | nodemask: Fix return values to be unsigned | Kees Cook | 2022-06-03 | 1 | -19/+19 | |
| * | | | | | | | | | bitmap: Fix return values to be unsigned | Kees Cook | 2022-06-03 | 1 | -12/+13 | |
| * | | | | | | | | | lib: add bitmap_{from,to}_arr64 | Yury Norov | 2022-06-03 | 1 | -4/+19 | |
| * | | | | | | | | | lib/bitmap: extend comment for bitmap_(from,to)_arr32() | Yury Norov | 2022-06-03 | 1 | -2/+6 | |
| * | | | | | | | | | include/linux/find: Fix documentation | Anna-Maria Behnsen | 2022-06-03 | 1 | -3/+3 | |
* | | | | | | | | | | Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2022-06-04 | 2 | -6/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | xen: replace xen_remap() with memremap() | Juergen Gross | 2022-06-01 | 1 | -3/+0 | |
| * | | | | | | | | | | xen: switch gnttab_end_foreign_access() to take a struct page pointer | Juergen Gross | 2022-05-27 | 1 | -3/+3 | |
* | | | | | | | | | | | Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2022-06-04 | 5 | -18/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED state | Peter Zijlstra | 2022-05-11 | 3 | -9/+24 | |
| * | | | | | | | | | | | ptrace: Don't change __state | Eric W. Biederman | 2022-05-11 | 3 | -3/+6 | |
| * | | | | | | | | | | | ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEP | Eric W. Biederman | 2022-05-11 | 1 | -6/+0 | |
| * | | | | | | | | | | | ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP | Eric W. Biederman | 2022-05-11 | 1 | -1/+0 | |
| * | | | | | | | | | | | signal: Replace __group_send_sig_info with send_signal_locked | Eric W. Biederman | 2022-05-11 | 1 | -1/+0 | |
| * | | | | | | | | | | | signal: Rename send_signal send_signal_locked | Eric W. Biederman | 2022-05-11 | 1 | -0/+2 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-06-04 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | fork: Generalize PF_IO_WORKER handling | Eric W. Biederman | 2022-05-07 | 1 | -0/+2 | |
| * | | | | | | | | | | | fork: Explicity test for idle tasks in copy_thread | Eric W. Biederman | 2022-05-07 | 1 | -0/+1 | |
| * | | | | | | | | | | | fork: Pass struct kernel_clone_args into copy_thread | Eric W. Biederman | 2022-05-07 | 1 | -2/+1 | |
| * | | | | | | | | | | | kthread: Don't allocate kthread_struct for init and umh | Eric W. Biederman | 2022-05-06 | 1 | -0/+2 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge tag 'per-namespace-ipc-sysctls-for-v5.19' of git://git.kernel.org/pub/s... | Linus Torvalds | 2022-06-04 | 1 | -4/+33 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | ipc: Store ipc sysctls in the ipc namespace | Alexey Gladkov | 2022-03-08 | 1 | -0/+21 | |
| * | | | | | | | | | | | ipc: Store mqueue sysctls in the ipc namespace | Alexey Gladkov | 2022-03-08 | 1 | -4/+12 | |
* | | | | | | | | | | | | Merge tag 'loongarch-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2022-06-03 | 6 | -0/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | LoongArch: Add multi-processor (SMP) support | Huacai Chen | 2022-06-03 | 1 | -0/+1 | |
| * | | | | | | | | | | | | LoongArch: Add writecombine support for drm | Huacai Chen | 2022-06-03 | 1 | -0/+8 | |
| * | | | | | | | | | | | | LoongArch: Add ELF-related definitions | Huacai Chen | 2022-06-03 | 4 | -0/+9 | |
* | | | | | | | | | | | | | Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-06-03 | 13 | -12/+231 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | topology: Remove unused cpu_cluster_mask() | Dietmar Eggemann | 2022-05-19 | 1 | -7/+0 | |
| * | | | | | | | | | | | | | arch_topology: Trace the update thermal pressure | Lukasz Luba | 2022-05-06 | 1 | -0/+29 | |
| * | | | | | | | | | | | | | export: fix string handling of namespace in EXPORT_SYMBOL_NS | Greg Kroah-Hartman | 2022-05-06 | 1 | -3/+4 | |
| * | | | | | | | | | | | | | rpmsg: Fix calling device_lock() on non-initialized device | Krzysztof Kozlowski | 2022-05-06 | 1 | -0/+8 | |
| * | | | | | | | | | | | | | Merge 5.18-rc5 into driver-core-next | Greg Kroah-Hartman | 2022-05-02 | 46 | -329/+215 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | driver core: Add sysfs support for physical location of a device | Won Chung | 2022-04-27 | 1 | -0/+73 | |
| * | | | | | | | | | | | | | | firmware_loader: Add firmware-upload support | Russ Weight | 2022-04-26 | 1 | -0/+82 | |
| * | | | | | | | | | | | | | | rpmsg: Fix kfree() of static memory on setting driver_override | Krzysztof Kozlowski | 2022-04-22 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | vdpa: Use helper for safer setting of driver_override | Krzysztof Kozlowski | 2022-04-22 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | spi: Use helper for safer setting of driver_override | Krzysztof Kozlowski | 2022-04-22 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | PCI: Use driver_set_override() instead of open-coding | Krzysztof Kozlowski | 2022-04-22 | 1 | -1/+5 |