summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-05-10srcu: Initialize SRCU after timersFrederic Weisbecker
2021-05-10srcu: Remove superfluous ssp initialization for early callbacksFrederic Weisbecker
2021-05-10srcu: Remove superfluous sdp->srcu_lock_count zero fillingFrederic Weisbecker
2021-05-10timer: Revert "timer: Add timer_curr_running()"Frederic Weisbecker
2021-05-10rcu/nocb: Use the rcuog CPU's ->nocb_timerFrederic Weisbecker
2021-05-10kvfree_rcu: Refactor kfree_rcu_monitor()Uladzislau Rezki (Sony)
2021-05-10kvfree_rcu: Fix comments according to current codeUladzislau Rezki (Sony)
2021-05-10kvfree_rcu: Use kfree_rcu_monitor() instead of open-coded variantUladzislau Rezki (Sony)
2021-05-10kvfree_rcu: Update "monitor_todo" once a batch is startedUladzislau Rezki (Sony)
2021-05-10kvfree_rcu: Add a bulk-list check when a scheduler is runUladzislau Rezki (Sony)
2021-05-10kvfree_rcu: Use [READ/WRITE]_ONCE() macros to access to nr_bkv_objsUladzislau Rezki (Sony)
2021-05-10kvfree_rcu: Release a page cache under memory pressureZhang Qiang
2021-05-10rcu: Fix typo in comment: kthead -> kthreadRolf Eike Beer
2021-05-10audit: add blank line after variable declarationsRoni Nevalainen
2021-05-10rcu/tree_plugin: Don't handle the case of 'all' CPU rangeYury Norov
2021-05-10cgroup: introduce cgroup.killChristian Brauner
2021-05-09Merge tag 'sched-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-05-09Merge tag 'locking-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2021-05-08Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-07kernel/sys.c: fix typoXiaofeng Cao
2021-05-07kernel/up.c: fix typoBhaskar Chowdhury
2021-05-07kernel/user_namespace.c: fix typosXiaofeng Cao
2021-05-07kernel/umh.c: fix some spelling mistakeszhouchuangao
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand
2021-05-07modules: add CONFIG_MODPROBE_PATHRasmus Villemoes
2021-05-07init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes
2021-05-07kernel/async.c: remove async_unregister_domain()Rasmus Villemoes
2021-05-07kernel/async.c: stop guarding pr_debug() statementsRasmus Villemoes
2021-05-07kernel/resource: fix locking in request_free_mem_regionAlistair Popple
2021-05-07kernel/resource: refactor __request_region to allow external lockingAlistair Popple
2021-05-07kernel/resource: allow region_intersects users to hold resource_lockAlistair Popple
2021-05-07kernel/resource: remove first_lvl / siblings_only logicDavid Hildenbrand
2021-05-07kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resourcesDavid Hildenbrand
2021-05-07kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_R...David Hildenbrand
2021-05-07gcov: clang: drop support for clang-10 and olderNick Desaulniers
2021-05-07gcov: use kvmalloc()Johannes Berg
2021-05-07gcov: simplify buffer allocationJohannes Berg
2021-05-07gcov: combine common codeJohannes Berg
2021-05-07kexec: dump kmessage before machine_kexecPavel Tatashin
2021-05-07kernel: kexec_file: fix error return code of kexec_calculate_store_digests()Jia-Ju Bai
2021-05-07kexec: Add kexec reboot stringJoe LeVeque
2021-05-06kernel/fork.c: fix typosXiaofeng Cao
2021-05-06kernel/fork.c: simplify copy_mm()Rolf Eike Beer
2021-05-06do_wait: make PIDTYPE_PID case O(1) instead of O(n)Jim Newsome
2021-05-06kernel/cred.c: make init_groups staticRasmus Villemoes
2021-05-06kernel/async.c: fix pr_debug statementRasmus Villemoes
2021-05-07bpf: Forbid trampoline attach for functions with variable argumentsJiri Olsa
2021-05-06futex: Make syscall entry points less convolutedThomas Gleixner