summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* bpf: Mark PTR_TO_FUNC register initially with zero offsetDaniel Borkmann2022-01-271-3/+6
* bpf: Fix mount source show for bpffsYafang Shao2022-01-271-2/+12
* tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() failsNikita Yushchenko2022-01-271-4/+16
* tracing: Have syscall trace events use trace_event_buffer_lock_reserve()Steven Rostedt2022-01-271-4/+2
* tracing/kprobes: 'nmissed' not showed correctly for kretprobeXiangyang Zhang2022-01-271-1/+4
* sched/cpuacct: Fix user/system in shown cpuacct.usage*Andrey Ryabinin2022-01-271-47/+32
* cputime, cpuacct: Include guest time in user time in cpuacct.statAndrey Ryabinin2022-01-271-2/+2
* audit: ensure userspace is penalized the same as the kernel when under pressurePaul Moore2022-01-271-1/+17
* rcutorture: Avoid soft lockup during cpu stallWander Lairson Costa2022-01-271-0/+5
* psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaimBrian Chen2022-01-272-18/+32
* clocksource: Avoid accidental unstable marking of clocksourcesWaiman Long2022-01-271-9/+41
* bpf: Fix verifier support for validation of async callbacksKris Van Hees2022-01-271-0/+1
* bpf: Don't promote bogus looking registers after null check.Daniel Borkmann2022-01-271-6/+6
* rcu/exp: Mark current CPU as exp-QS in IPI loop second passFrederic Weisbecker2022-01-271-0/+1
* sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua2022-01-271-5/+18
* bpf: Remove config check to enable bpf support for branch recordsKajol Jain2022-01-271-5/+1
* bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao2022-01-272-5/+4
* bpf: Adjust BTF log size limit.Alexei Starovoitov2022-01-271-1/+1
* sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacityVincent Donnefort2022-01-271-1/+2
* sched/fair: Fix detection of per-CPU kthreads waking a taskVincent Donnefort2022-01-271-0/+1
* dma/pool: create dma atomic pool only if dma zone has managed pagesBaoquan He2022-01-271-2/+2
* perf: Protect perf_guest_cbs with RCUSean Christopherson2022-01-201-3/+10
* bpf: Fix out of bounds access from invalid *_or_null type verificationDaniel Borkmann2022-01-161-3/+3
* workqueue: Fix unbind_workers() VS wq_worker_running() raceFrederic Weisbecker2022-01-161-0/+9
* cgroup: Use open-time cgroup namespace for process migration perm checksTejun Heo2022-01-112-9/+21
* cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo2022-01-113-31/+65
* cgroup: Use open-time credentials for process migraton perm checksTejun Heo2022-01-112-4/+12
* tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao2022-01-111-2/+2
* tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao2022-01-111-1/+1
* kernel/crash_core: suppress unknown crashkernel parameter warningPhilipp Rudo2021-12-291-0/+11
* ucounts: Fix rlimit max values checkAlexey Gladkov2021-12-291-6/+9
* rcu: Mark accesses to rcu_state.n_force_qsPaul E. McKenney2021-12-221-5/+5
* locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner()Zqiang2021-12-221-1/+1
* timekeeping: Really make sure wall_to_monotonic isn't positiveYu Liao2021-12-221-2/+1
* audit: improve robustness of the audit queue handlingPaul Moore2021-12-221-11/+10
* bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux regDaniel Borkmann2021-12-221-1/+8
* bpf: Make 32->64 bounds propagation slightly more robustDaniel Borkmann2021-12-221-9/+15
* bpf: Fix signed bounds propagation after mov32Daniel Borkmann2021-12-221-0/+4
* bpf: Fix kernel address leakage in atomic fetchDaniel Borkmann2021-12-221-3/+9
* tracing: Fix a kmemleak false positive in tracing_mapChen Jun2021-12-171-0/+3
* wait: add wake_up_pollfree()Eric Biggers2021-12-141-0/+7
* timers: implement usleep_idle_range()SeongJae Park2021-12-141-7/+9
* bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy2021-12-141-1/+1
* sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef2021-12-081-1/+1
* preempt/dynamic: Fix setup_preempt_mode() return valueAndrew Halaney2021-12-081-2/+2
* tracing/histograms: String compares should not care about signed valuesSteven Rostedt (VMware)2021-12-081-1/+1
* kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu2021-12-081-0/+3
* tracing: Don't use out-of-sync va_list in event printingNikita Yushchenko2021-12-081-0/+12
* tracing: Check pid filtering when creating eventsSteven Rostedt (VMware)2021-12-011-0/+10
* sched/scs: Reset task stack state in bringup_cpu()Mark Rutland2021-12-012-4/+7