aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-05-16Merge tag 'timers-urgent-2021-05-16' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2021-05-15Merge tag 'sched-urgent-2021-05-15' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2021-05-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2021-05-14kernel/resource: fix return code check in __request_free_mem_regionGravatar Alistair Popple 1-1/+1
2021-05-14Merge tag 'trace-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+27
2021-05-13tracing: Handle %.*s in trace_check_vprintf()Gravatar Steven Rostedt (VMware) 1-4/+27
2021-05-12ptrace: make ptrace() fail if the tracee changed its pid unexpectedlyGravatar Oleg Nesterov 1-1/+17
2021-05-12sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu()Gravatar Gautham R. Shenoy 1-1/+1
2021-05-11alarmtimer: Check RTC features instead of opsGravatar Alexandre Belloni 1-1/+1
2021-05-09Merge tag 'sched-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-14/+36
2021-05-09Merge tag 'locking-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-59/+57
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 2-5/+9
2021-05-08Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-15/+18
2021-05-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 19-622/+394
2021-05-07kernel/sys.c: fix typoGravatar Xiaofeng Cao 1-7/+7
2021-05-07kernel/up.c: fix typoGravatar Bhaskar Chowdhury 1-1/+1
2021-05-07kernel/user_namespace.c: fix typosGravatar Xiaofeng Cao 1-3/+3
2021-05-07kernel/umh.c: fix some spelling mistakesGravatar zhouchuangao 1-3/+3
2021-05-07drivers/char: remove /dev/kmem for goodGravatar David Hildenbrand 1-1/+0
2021-05-07modules: add CONFIG_MODPROBE_PATHGravatar Rasmus Villemoes 1-1/+1
2021-05-07init/initramfs.c: do unpacking asynchronouslyGravatar Rasmus Villemoes 1-0/+2
2021-05-07kernel/async.c: remove async_unregister_domain()Gravatar Rasmus Villemoes 1-18/+0
2021-05-07kernel/async.c: stop guarding pr_debug() statementsGravatar Rasmus Villemoes 1-28/+20
2021-05-07kernel/resource: fix locking in request_free_mem_regionGravatar Alistair Popple 1-7/+38
2021-05-07kernel/resource: refactor __request_region to allow external lockingGravatar Alistair Popple 1-20/+32
2021-05-07kernel/resource: allow region_intersects users to hold resource_lockGravatar Alistair Popple 1-21/+31
2021-05-07kernel/resource: remove first_lvl / siblings_only logicGravatar David Hildenbrand 1-33/+12
2021-05-07kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resourcesGravatar David Hildenbrand 1-1/+1
2021-05-07kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_R...Gravatar David Hildenbrand 1-1/+1
2021-05-07gcov: clang: drop support for clang-10 and olderGravatar Nick Desaulniers 2-103/+1
2021-05-07gcov: use kvmalloc()Gravatar Johannes Berg 3-12/+12
2021-05-07gcov: simplify buffer allocationGravatar Johannes Berg 1-15/+9
2021-05-07gcov: combine common codeGravatar Johannes Berg 5-342/+171
2021-05-07kexec: dump kmessage before machine_kexecGravatar Pavel Tatashin 1-0/+2
2021-05-07kernel: kexec_file: fix error return code of kexec_calculate_store_digests()Gravatar Jia-Ju Bai 1-1/+3
2021-05-07kexec: Add kexec reboot stringGravatar Joe LeVeque 1-1/+1
2021-05-06kernel/fork.c: fix typosGravatar Xiaofeng Cao 1-4/+4
2021-05-06kernel/fork.c: simplify copy_mm()Gravatar Rolf Eike Beer 1-11/+4
2021-05-06do_wait: make PIDTYPE_PID case O(1) instead of O(n)Gravatar Jim Newsome 1-10/+57
2021-05-06kernel/cred.c: make init_groups staticGravatar Rasmus Villemoes 1-1/+1
2021-05-06kernel/async.c: fix pr_debug statementGravatar Rasmus Villemoes 1-1/+1
2021-05-06futex: Make syscall entry points less convolutedGravatar Thomas Gleixner 1-26/+37
2021-05-06futex: Get rid of the val2 conditional danceGravatar Thomas Gleixner 1-14/+2
2021-05-06futex: Do not apply time namespace adjustment on FUTEX_LOCK_PIGravatar Thomas Gleixner 1-2/+2
2021-05-06Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")Gravatar Thomas Gleixner 1-2/+1
2021-05-06Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 1-1/+4
2021-05-06locking/qrwlock: Cleanup queued_write_lock_slowpath()Gravatar Waiman Long 1-3/+3
2021-05-06smp: Fix smp_call_function_single_async prototypeGravatar Arnd Bergmann 2-14/+14
2021-05-06sched/fair: Fix unfairness caused by missing load decayGravatar Odin Ugedal 1-3/+9
2021-05-06sched: Fix out-of-bound access in uclampGravatar Quentin Perret 1-1/+1