summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport2021-06-291-1/+1
* mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-1/+1
* mm/page_alloc: introduce vm.percpu_pagelist_high_fractionMel Gorman2021-06-291-0/+8
* mm/page_alloc: delete vm.percpu_pagelist_fractionMel Gorman2021-06-291-8/+0
* kernel/events/uprobes: use vma_lookup() in find_active_uprobe()Liam Howlett2021-06-291-2/+2
* perf: MAP_EXECUTABLE does not indicate VM_MAYEXECDavid Hildenbrand2021-06-291-2/+0
* loop: charge i/o to mem and blk cgDan Schatzberg2021-06-291-0/+1
* mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli2021-06-291-1/+0
* kernel: watchdog: modify the explanation related to watchdog threadWang Qing2021-06-291-8/+4
* kthread_worker: fix return value when kthread_mod_delayed_work() races with k...Petr Mladek2021-06-291-7/+12
* Revert "signal: Allow tasks to cache one sigqueue struct"Linus Torvalds2021-06-273-59/+2
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-06-241-2/+1
* kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...Petr Mladek2021-06-241-11/+24
* kthread_worker: split code for canceling the delayed work timerPetr Mladek2021-06-241-17/+29
* Merge tag 'core-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-06-241-1/+16
|\
| * signal: Prevent sigqueue caching after task got releasedThomas Gleixner2021-06-221-1/+16
* | Merge tag 'sched-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-241-0/+28
|\ \
| * | sched/fair: Ensure that the CFS parent is added after unthrottlingRik van Riel2021-06-221-0/+28
| |/
* | Merge tag 'objtool-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-06-241-1/+3
|\ \
| * | locking/lockdep: Improve noinstr vs errorsPeter Zijlstra2021-06-221-1/+3
| |/
* | Merge branch 'stable/for-linus-5.14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-231-8/+15
|\ \
| * | swiotlb: manipulate orig_addr when tlb_addr has offsetBumyong Lee2021-06-211-8/+15
* | | module: limit enabling module.sig_enforceMimi Zohar2021-06-221-5/+9
| |/ |/|
* | Merge tag 'sched_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-06-201-19/+25
|\ \
| * | sched/fair: Correctly insert cfs_rq's to list on unthrottleOdin Ugedal2021-06-141-19/+25
* | | Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-06-181-7/+61
|\ \ \
| * | | bpf: Fix leakage under speculation on mispredicted branchesDaniel Borkmann2021-06-141-4/+40
| * | | bpf: Do not mark insn as seen under speculative path verificationDaniel Borkmann2021-06-141-2/+18
| * | | bpf: Inherit expanded/patched seen count from old aux dataDaniel Borkmann2021-06-141-1/+3
* | | | Merge tag 'trace-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-06-182-14/+3
|\ \ \ \
| * | | | tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)2021-06-181-3/+3
| * | | | tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)2021-06-181-9/+0
| * | | | tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)2021-06-181-2/+0
* | | | | Merge tag 'printk-for-5.13-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-181-1/+1
|\ \ \ \ \
| * | | | | printk: Move EXPORT_SYMBOL() closer to vprintk definitionPunit Agrawal2021-06-161-1/+1
* | | | | | Merge tag 'pm-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-06-181-1/+0
|\ \ \ \ \ \
| * | | | | | Revert "cpufreq: CPPC: Add support for frequency invariance"Viresh Kumar2021-06-141-1/+0
| | |_|_|/ / | |/| | | |
* / | | | | crash_core, vmcoreinfo: append 'SECTION_SIZE_BITS' to vmcoreinfoPingfan Liu2021-06-161-0/+1
|/ / / / /
* | | | | Merge tag 'sched-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-125-24/+24
|\ \ \ \ \
| * | | | | sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann2021-06-033-13/+6
| * | | | | sched/pelt: Ensure that *_sum is always synced with *_avgVincent Guittot2021-06-031-2/+8
| * | | | | tick/nohz: Only check for RCU deferred wakeup on user/guest entry when neededFrederic Weisbecker2021-05-312-2/+4
| * | | | | sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot2021-05-311-1/+1
| * | | | | sched/fair: Keep load_avg and load_sum syncedVincent Guittot2021-05-311-6/+5
* | | | | | Merge tag 'perf-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-06-122-3/+2
|\ \ \ \ \ \
| * | | | | | irq_work: Make irq_work_queue() NMI-safe againPeter Zijlstra2021-06-101-3/+0
| * | | | | | perf: Fix data race between pin_count increment/decrementMarco Elver2021-05-311-0/+2
| |/ / / / /
* | | | | | Merge tag 'trace-v5.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-06-112-2/+8
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | tracing: Correct the length check which causes memory corruptionLiangyan2021-06-081-1/+1
| * | | | | ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)2021-06-081-1/+7