summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* timers: Fix warning condition in __run_timers()Anna-Maria Behnsen2022-04-201-4/+7
* smp: Fix offline cpu check in flush_smp_call_function_queue()Nadav Amit2022-04-201-1/+1
* tick/nohz: Use WARN_ON_ONCE() to prevent console saturationPaul Gortmaker2022-04-201-1/+1
* genirq/affinity: Consider that CPUs on nodes can be unbalancedRei Yamamoto2022-04-201-2/+3
* cgroup: Use open-time credentials for process migraton perm checksTejun Heo2022-04-132-4/+20
* bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim2022-04-081-32/+24
* watch_queue: Free the page array when watch_queue is dismantledEric Dumazet2022-04-081-0/+1
* locking/lockdep: Iterate lock_classes directly when reading lockdep filesWaiman Long2022-04-083-15/+56
* kdb: Fix the putarea helper functionDaniel Thompson2022-04-081-1/+1
* dma-debug: fix return value of __setup handlersRandy Dunlap2022-04-081-2/+2
* livepatch: Fix build failure on 32 bits processorsChristophe Leroy2022-04-081-2/+2
* printk: fix return value of printk.devkmsg __setup handlerRandy Dunlap2022-04-081-2/+4
* perf/core: Fix address filter parser for multiple filtersAdrian Hunter2022-04-081-0/+3
* rseq: Remove broken uapi field layout on 32-bit little endianMathieu Desnoyers2022-04-081-4/+4
* rseq: Optimise rseq_get_rseq_cs() and clear_rseq_cs()Eric Dumazet2022-04-081-0/+9
* sched/core: Export pelt_thermal_tpQais Yousef2022-04-081-0/+1
* sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao2022-04-081-10/+0
* watch_queue: Actually free the watchDavid Howells2022-04-081-0/+1
* watch_queue: Fix NULL dereference in error cleanupDavid Howells2022-04-081-1/+1
* PM: suspend: fix return value of __setup handlerRandy Dunlap2022-04-081-4/+4
* PM: hibernate: fix __setup handler error handlingRandy Dunlap2022-04-081-1/+1
* audit: log AUDIT_TIME_* records only from rulesRichard Guy Briggs2022-04-082-20/+71
* ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZEJann Horn2022-04-081-15/+32
* locking/lockdep: Avoid potential access of invalid memory in lock_classWaiman Long2022-04-081-9/+15
* swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic2022-04-081-1/+2
* rcu: Don't deboost before reporting expedited quiescent statePaul E. McKenney2022-03-281-4/+5
* cgroup-v1: Correct privileges check in release_agent writesMichal Koutný2022-03-281-2/+4
* cgroup: Use open-time cgroup namespace for process migration perm checksTejun Heo2022-03-282-10/+24
* cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo2022-03-283-32/+65
* watch_queue: Fix filter limit checkDavid Howells2022-03-161-2/+2
* watch_queue: Make comment about setting ->defunct more accurateDavid Howells2022-03-161-1/+1
* watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells2022-03-161-1/+1
* watch_queue: Free the alloc bitmap when the watch_queue is torn downDavid Howells2022-03-161-0/+1
* watch_queue: Fix the alloc bitmap size to reflect notes allocatedDavid Howells2022-03-161-1/+2
* watch_queue: Fix to always request a pow-of-2 pipe ring sizeDavid Howells2022-03-161-1/+1
* watch_queue: Fix to release page in ->release()David Howells2022-03-161-0/+1
* tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle2022-03-161-4/+6
* x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf2022-03-111-0/+7
* tracing: Fix return value of __setup handlersRandy Dunlap2022-03-082-3/+3
* tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)2022-03-081-3/+3
* sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()Dietmar Eggemann2022-03-081-1/+1
* sched/topology: Make sched_init_numa() use a set for the deduplicating sortValentin Schneider2022-03-081-51/+48
* rcu/nocb: Fix missed nocb_timer requeueFrederic Weisbecker2022-03-081-2/+5
* tracing: Add ustring operation to filtering string pointersSteven Rostedt2022-03-081-24/+57
* tracing: Add test for user space strings when filtering on string pointersSteven Rostedt2022-03-081-3/+63
* tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google)2022-03-021-6/+46
* bpf: Add schedule points in batch opsEric Dumazet2022-03-021-0/+3
* cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao2022-03-021-0/+2
* lockdep: Correct lock_classes index mappingCheng Jui Wang2022-02-231-2/+2
* copy_process(): Move fd_install() out of sighand->siglock critical sectionWaiman Long2022-02-231-4/+3