aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-09-14usb: core: hcd: Add support for deferring roothub registrationGravatar Kishon Vijay Abraham I 1-0/+2
2021-09-14x86/mce: Avoid infinite loop for copy from user recoveryGravatar Tony Luck 1-0/+1
2021-09-14nvmem: core: Add stubs for nvmem_cell_read_variable_le_u32/64 if !CONFIG_NVMEMGravatar Douglas Anderson 1-0/+14
2021-09-13bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeGravatar Daniel Borkmann 2-101/+28
2021-09-13Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Gravatar Linus Torvalds 4-179/+4
2021-09-13Drop some straggling mentions of gcc-4.9 as being staleGravatar Linus Torvalds 1-1/+0
2021-09-13compiler_attributes.h: drop __has_attribute() support for gcc4Gravatar Linus Torvalds 1-20/+0
2021-09-13compiler-gcc.h: drop checks for older GCC versionsGravatar Nick Desaulniers 1-3/+1
2021-09-13compiler.h: drop fallback overflow checkersGravatar Nick Desaulniers 3-152/+3
2021-09-12Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/oj...Gravatar Linus Torvalds 3-9/+25
2021-09-12Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-46/+110
2021-09-12Merge tag 'locking_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-10/+2
2021-09-12Merge tag 'timers_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-2/+7
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 3-26/+46
2021-09-11Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 1-2/+2
2021-09-11Merge tag 'pwm/for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2021-09-11Merge tag 'thermal-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-3/+18
2021-09-11Documentation: core-api/cpuhotplug: Rewrite the API sectionGravatar Thomas Gleixner 1-22/+110
2021-09-11cpu/hotplug: Remove deprecated CPU-hotplug functions.Gravatar Sebastian Andrzej Siewior 1-6/+0
2021-09-11Merge branch 'linus' into smp/urgentGravatar Thomas Gleixner 258-2803/+5465
2021-09-10bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset()Gravatar Yonghong Song 1-9/+0
2021-09-10Merge tag 'pm-5.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-4/+4
2021-09-10Merge branches 'pm-cpufreq', 'pm-sleep' and 'pm-em'Gravatar Rafael J. Wysocki 1-4/+4
2021-09-09bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()Gravatar Masami Hiramatsu 1-2/+2
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 2-0/+21
2021-09-09Merge branch 'work.gfs2' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+2
2021-09-09Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2021-09-09Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+5
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-34/+7
2021-09-09Merge tag 'dmaengine-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-10/+14
2021-09-09net/af_unix: fix a data-race in unix_dgram_pollGravatar Eric Dumazet 1-1/+1
2021-09-08Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew)Gravatar Linus Torvalds 4-44/+22
2021-09-08mmap_lock: change trace and locking orderGravatar Liam Howlett 1-4/+4
2021-09-08mm/hugetlb: initialize hugetlb_usage in mm_initGravatar Liu Zixian 1-0/+9
2021-09-08Merge tag 'pm-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-4/+71
2021-09-08Merge tag 'acpi-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+3
2021-09-09compiler_attributes.h: move __compiletime_{error|warning}Gravatar Nick Desaulniers 3-9/+24
2021-09-08Merge branch 'for-5.15/fsdax-cleanups' into for-5.15/libnvdimmGravatar Dan Williams 1-34/+7
2021-09-08Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-0/+1
2021-09-08arch: remove compat_alloc_user_spaceGravatar Arnd Bergmann 2-12/+0
2021-09-08compat: remove some compat entry pointsGravatar Arnd Bergmann 1-20/+0
2021-09-08mm: simplify compat numa syscallsGravatar Arnd Bergmann 1-8/+9
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 14-50/+396
2021-09-08Merge tag 'mm-slub-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-0/+15
2021-09-08pid: cleanup the stale comment mentioning pidmap_init().Gravatar Takahiro Itazuri 1-1/+1
2021-09-08fs/epoll: use a per-cpu counter for user's watches countGravatar Nicholas Piggin 1-1/+2
2021-09-08units: add the HZ macrosGravatar Daniel Lezcano 1-0/+4
2021-09-08units: change from 'L' to 'UL'Gravatar Daniel Lezcano 1-3/+3
2021-09-08include/linux/once.h: fix trivia typo Not -> NoteGravatar Andy Shevchenko 1-1/+1
2021-09-08mm/damon: implement a debugfs-based user space interfaceGravatar SeongJae Park 1-0/+3