- 59a2cee Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- 0e9beb8 ipc/ipc_sysctl.c: remove fallback for !CONFIG_PROC_SYSCTL by Manfred Spraul · 3 years, 2 months ago
- 5563cab ipc: check checkpoint_restore_ns_capable() to modify C/R proc files by Michal Clapinski · 3 years, 2 months ago
- 303f8e2 selftests/kselftest/runner/run_one(): allow running non-executable files by SeongJae Park · 3 years, 2 months ago
- 2128f4e virtio-mem: disallow mapping virtio-mem memory via /dev/mem by David Hildenbrand · 3 years, 2 months ago
- a9e7b8d kernel/resource: disallow access to exclusive system RAM regions by David Hildenbrand · 3 years, 2 months ago
- b78dfa0 kernel/resource: clean up and optimize iomem_is_exclusive() by David Hildenbrand · 3 years, 2 months ago
- 3b29411 scripts/gdb: handle split debug for vmlinux by Douglas Anderson · 3 years, 2 months ago
- d5d2c51 kcov: replace local_irq_save() with a local_lock_t by Sebastian Andrzej Siewior · 3 years, 2 months ago
- 22036abe kcov: avoid enable+disable interrupts if !in_task() by Sebastian Andrzej Siewior · 3 years, 2 months ago
- 741ddd4 kcov: allocate per-CPU memory on the relevant node by Sebastian Andrzej Siewior · 3 years, 2 months ago
- 6f1d34b Documentation/kcov: define `ip' in the example by Sebastian Andrzej Siewior · 3 years, 2 months ago
- d687a9c Documentation/kcov: include types.h in the example by Sebastian Andrzej Siewior · 3 years, 2 months ago
- 7eb0e28 sysv: use BUILD_BUG_ON instead of runtime check by Pavel Skripkin · 3 years, 2 months ago
- ba1f70d kernel/fork.c: unshare(): use swap() to make code cleaner by Ran Xiaokai · 3 years, 2 months ago
- 10a6de1 seq_file: fix passing wrong private data by Muchun Song · 3 years, 2 months ago
- 372904c seq_file: move seq_escape() to a header by Andy Shevchenko · 3 years, 2 months ago
- f266636 signal: remove duplicate include in signal.h by Ye Guojin · 3 years, 2 months ago
- a10677a crash_dump: remove duplicate include in crash_dump.h by Ye Guojin · 3 years, 2 months ago
- 5605f41 crash_dump: fix boolreturn.cocci warning by Changcheng Deng · 3 years, 2 months ago
- 55d1cbb hfs/hfsplus: use WARN_ON for sanity check by Arnd Bergmann · 3 years, 2 months ago
- 94ee1d9 nilfs2: remove filenames from file comments by Ryusuke Konishi · 3 years, 2 months ago
- 3bcd6c5 nilfs2: replace snprintf in show functions with sysfs_emit by Qing Wang · 3 years, 2 months ago
- 98d5b61 coda: bump module version to 7.2 by Jan Harkes · 3 years, 2 months ago
- 118b7ee coda: use vmemdup_user to replace the open code by Jing Yangyang · 3 years, 2 months ago
- 1077c28 coda: convert from atomic_t to refcount_t on coda_vm_ops->refcnt by Xiyu Yang · 3 years, 2 months ago
- 5a646fb coda: avoid doing bad things on inode type changes during revalidation by Jan Harkes · 3 years, 2 months ago
- b2e3622 coda: avoid hidden code duplication in rename by Jan Harkes · 3 years, 2 months ago
- 76097eb coda: avoid flagging NULL inodes by Jan Harkes · 3 years, 2 months ago
- b1deb68 coda: remove err which no one care by Alex Shi · 3 years, 2 months ago
- 3d8e72d coda: check for async upcall request using local state by Jan Harkes · 3 years, 2 months ago
- 18319cb coda: avoid NULL pointer dereference from a bad inode by Jan Harkes · 3 years, 2 months ago
- 8bc2b3d init: make unknown command line param message clearer by Andrew Halaney · 3 years, 2 months ago
- 0858d7d ramfs: fix mount source show for ramfs by yangerkun · 3 years, 2 months ago
- 2d93a58 alpha: use is_kernel_text() helper by Kefeng Wang · 3 years, 2 months ago
- 4b5ef1e microblaze: use is_kernel_text() helper by Kefeng Wang · 3 years, 2 months ago
- 843a1ff powerpc/mm: use core_kernel_text() helper by Kefeng Wang · 3 years, 2 months ago
- 808b645 extable: use is_kernel_text() helper by Kefeng Wang · 3 years, 2 months ago
- 3298cbe8 mm: kasan: use is_kernel() helper by Kefeng Wang · 3 years, 2 months ago
- 8f6e42e sections: provide internal __is_kernel() and __is_kernel_text() helper by Kefeng Wang · 3 years, 2 months ago
- 0a96c90 x86: mm: rename __is_kernel_text() to is_x86_32_kernel_text() by Kefeng Wang · 3 years, 2 months ago
- b9ad8fe sections: move is_kernel_inittext() into sections.h by Kefeng Wang · 3 years, 2 months ago
- a20deb3 sections: move and rename core_kernel_data() to is_kernel_core_data() by Kefeng Wang · 3 years, 2 months ago
- e7d5c4b kallsyms: fix address-checks for kernel related range by Kefeng Wang · 3 years, 2 months ago
- 1b1ad28 kallsyms: remove arch specific text and data check by Kefeng Wang · 3 years, 2 months ago
- a43e5e3 ELF: simplify STACK_ALLOC macro by Alexey Dobriyan · 3 years, 2 months ago
- 5f501d5 binfmt_elf: reintroduce using MAP_FIXED_NOREPLACE by Kees Cook · 3 years, 2 months ago
- 0ee3e7b checkpatch: get default codespell dictionary path from package location by Peter Ujfalusi · 3 years, 2 months ago
- 70a1165 checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS uses by Joe Perches · 3 years, 2 months ago
- 3e42146 const_structs.checkpatch: add a few sound ops structs by Rikard Falkeborn · 3 years, 2 months ago
- 723aca2 mm/scatterlist: replace the !preemptible warning in sg_miter_stop() by Thomas Gleixner · 3 years, 2 months ago
- 839b395 lib: uninline simple_strntoull() as well by Alexey Dobriyan · 3 years, 2 months ago
- bfb3ba3 include/linux/string_helpers.h: add linux/string.h for strlen() by Lucas De Marchi · 3 years, 2 months ago
- 0f68d45 lib, stackdepot: add helper to print stack entries into buffer by Imran Khan · 3 years, 2 months ago
- 505be48 lib, stackdepot: add helper to print stack entries by Imran Khan · 3 years, 2 months ago
- 4d4712c lib, stackdepot: check stackdepot handle before accessing slabs by Imran Khan · 3 years, 2 months ago
- 57235b6 MAINTAINERS: rectify entry for ALLWINNER HARDWARE SPINLOCK SUPPORT by Lukas Bulwahn · 3 years, 2 months ago
- 65e5acb MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVER by Lukas Bulwahn · 3 years, 2 months ago
- b39c920 MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER by Lukas Bulwahn · 3 years, 2 months ago
- 46bfa85 MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE by Lukas Bulwahn · 3 years, 2 months ago
- b15be23 MAINTAINERS: add "exec & binfmt" section with myself and Eric by Kees Cook · 3 years, 2 months ago
- 7d60ac0 mailmap: update email address for Colin King by Colin Ian King · 3 years, 2 months ago
- e1edc27 linux/container_of.h: switch to static_assert by Rasmus Villemoes · 3 years, 2 months ago
- e52340d kernel.h: split out instruction pointer accessors by Stephen Rothwell · 3 years, 2 months ago
- b4b8765 include/linux/generic-radix-tree.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 2 months ago
- 98e1385 include/linux/radix-tree.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 2 months ago
- 1fcbd5d include/linux/sbitmap.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 2 months ago
- 5f6286a include/linux/delay.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 2 months ago
- 28b2e8f include/media/media-entity.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 2 months ago
- c540f95 include/linux/plist.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 2 months ago
- 50b09d6 include/linux/llist.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 2 months ago
- cd7187e include/linux/list.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 2 months ago
- ec54c28 include/kunit/test.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 2 months ago
- d2a8ebb kernel.h: split out container_of() and typeof_member() macros by Andy Shevchenko · 3 years, 2 months ago
- f5d8061 kernel.h: drop unneeded <linux/kernel.h> inclusion from other headers by Andy Shevchenko · 3 years, 2 months ago
- da4d6b9 proc: allow pid_revalidate() during LOOKUP_RCU by Stephen Brennan · 3 years, 2 months ago
- ce28146 virtio-mem: kdump mode to sanitize /proc/vmcore access by David Hildenbrand · 3 years, 2 months ago
- ffc763d virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio_mem_deinit_hotplug() by David Hildenbrand · 3 years, 2 months ago
- 84e17e6 virtio-mem: factor out hotplug specifics from virtio_mem_probe() into virtio_mem_init_hotplug() by David Hildenbrand · 3 years, 2 months ago
- 94300fc virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_mem_init_hotplug() by David Hildenbrand · 3 years, 2 months ago
- cc5f2704 proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks by David Hildenbrand · 3 years, 2 months ago
- 2c9feea proc/vmcore: let pfn_is_ram() return a bool by David Hildenbrand · 3 years, 2 months ago
- 934fadf x86/xen: print a warning when HVMOP_get_mem_type fails by David Hildenbrand · 3 years, 2 months ago
- d452a48 x86/xen: simplify xen_oldmem_pfn_is_ram() by David Hildenbrand · 3 years, 2 months ago
- 434b90f x86/xen: update xen_oldmem_pfn_is_ram() documentation by David Hildenbrand · 3 years, 2 months ago
- 0658a09 procfs: do not list TID 0 in /proc/<pid>/task by Florian Weimer · 3 years, 2 months ago
- 83c1fd7 mm,hugetlb: remove mlock ulimit for SHM_HUGETLB by zhangyiru · 3 years, 2 months ago
- 51b8c1f vfs: keep inodes with page cache off the inode shrinker LRU by Johannes Weiner · 3 years, 2 months ago
- d2f38a3 Merge tag 'backlight-next-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 3 years, 2 months ago
- 3a9b0a4 Merge tag 'mfd-next-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 3 years, 2 months ago
- d20f7a0 Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 2 months ago
- dd72945 Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl by Linus Torvalds · 3 years, 2 months ago
- dab334c Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 3 years, 2 months ago
- 206825f Merge tag 'mtd/for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux by Linus Torvalds · 3 years, 2 months ago
- 05b8cd3 Add 'tools/perf/libbpf/' to ignored files by Linus Torvalds · 3 years, 2 months ago
- e851dfa Merge tag 'kgdb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux by Linus Torvalds · 3 years, 2 months ago
- a2b03e4 Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 3 years, 2 months ago
- bbdbeb0 Merge tag 'perf-tools-for-v5.16-2021-11-07-without-bpftool-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 2 months ago
- 1e9ed93 Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 2 months ago
- 67b7e1f Merge tag 'modules-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 3 years, 2 months ago