summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2021-09-28bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMMKees Cook-20/+12
2021-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-8/+18
2021-09-28module: fix clang CFI with MODULE_UNLOAD=nArnd Bergmann-0/+2
2021-09-28bpf, cgroup: Assign cgroup in cgroup_sk_alloc when called from interruptDaniel Borkmann-5/+12
2021-09-28bpf: Exempt CAP_BPF from checks against bpf_jit_limitLorenz Bauer-1/+1
2021-09-27mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)-1/+2
2021-09-26bpf: Support <8-byte scalar spill and refillMartin KaFai Lau-15/+52
2021-09-26bpf: Check the other end of slot_type for STACK_SPILLMartin KaFai Lau-11/+19
2021-09-26Merge tag 'timers-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+2
2021-09-26Merge tag 'irq-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2021-09-25Merge tag 'block-5.15-2021-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+8
2021-09-24blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng-0/+8
2021-09-24Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner-1/+1
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-23/+50
2021-09-23posix-cpu-timers: Prevent spuriously armed 0-value itimerFrederic Weisbecker-1/+2
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson-6/+2
2021-09-22KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guestSean Christopherson-4/+14
2021-09-22irqdomain: Change the type of 'size' in __irq_domain_add() to be consistentBixuan Cui-1/+1
2021-09-20cgroup: Make rebind_subsystems() disable v2 controllers all at onceWaiman Long-4/+27
2021-09-20misc_cgroup: remove error log to avoid log floodChunguang Xu-7/+0
2021-09-20misc_cgroup: introduce misc.events to count failuresChunguang Xu-0/+24
2021-09-19audit: add filtering for io_uring recordsPaul Moore-19/+62
2021-09-19audit,io_uring,io-wq: add some basic audit support to io_uringPaul Moore-0/+168
2021-09-19audit: prepare audit_context for use in calling contexts beyond syscallsPaul Moore-94/+167
2021-09-19genirq: Disable irqfixup/poll on PREEMPT_RT.Ingo Molnar-0/+8
2021-09-19Merge tag 'perf-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2021-09-19Merge tag 'locking-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-20/+45
2021-09-17bpf: Add bpf_trace_vprintk helperDave Marchevsky-1/+58
2021-09-17bpf: Merge printk and seq_printf VARARG max macrosDave Marchevsky-6/+2
2021-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-1/+162
2021-09-17Merge tag 'dma-mapping-5.15-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-2/+4
2021-09-17lockdep: Improve comments in wait-type checksZhouyi Zhou-3/+3
2021-09-17lockdep: Let lock_is_held_type() detect recursive read as readSebastian Andrzej Siewior-1/+1
2021-09-17kernel/locking: Add context to ww_mutex_trylock()Maarten Lankhorst-21/+131
2021-09-17genirq: Move prio assignment into the newly created threadThomas Gleixner-2/+2
2021-09-17genirq: Update irq_set_irqchip_state documentationJosh Cartwright-1/+1
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-44/+22
2021-09-16scftorture: Warn on individual scf_torture_init() error conditionsPaul E. McKenney-5/+5
2021-09-16scftorture: Count reschedule IPIsPaul E. McKenney-0/+1
2021-09-16scftorture: Account for weight_resched when checking for all zeroesPaul E. McKenney-2/+2
2021-09-16scftorture: Shut down if nonsensical arguments givenPaul E. McKenney-0/+4
2021-09-16scftorture: Allow zero weight to exclude an smp_call_function*() categoryPaul E. McKenney-12/+12
2021-09-16rcu: Avoid unneeded function call in rcu_read_unlock()Waiman Long-2/+1
2021-09-15rcu-tasks: Update comments to cond_resched_tasks_rcu_qs()Paul E. McKenney-3/+3
2021-09-15rcu-tasks: Fix IPI failure handling in trc_wait_for_one_readerNeeraj Upadhyay-1/+3
2021-09-15rcu-tasks: Fix read-side primitives comment for call_rcu_tasks_traceNeeraj Upadhyay-10/+6
2021-09-15rcu-tasks: Clarify read side section info for rcu_tasks_rude GP primitivesNeeraj Upadhyay-7/+7
2021-09-15rcu-tasks: Correct comparisons for CPU numbers in show_stalled_task_traceNeeraj Upadhyay-2/+2
2021-09-15rcu-tasks: Correct firstreport usage in check_all_holdout_tasks_traceNeeraj Upadhyay-1/+1
2021-09-15rcu-tasks: Fix s/rcu_add_holdout/trc_add_holdout/ typo in commentNeeraj Upadhyay-1/+1