aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-07-29bpf: Emit better log message if bpf_iter ctx arg btf_id == 0Yonghong Song1-0/+5
2021-07-29workqueue: Fix possible memory leaks in wq_numa_init()Zhen Lei1-5/+7
2021-07-29printk: Add printk.console_no_auto_verbose boot parameterDmitry Safonov1-0/+12
2021-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-107/+76
2021-07-29bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann1-55/+32
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2-8/+27
2021-07-28ucounts: Fix race condition between alloc_ucounts and put_ucountsAlexey Gladkov1-3/+7
2021-07-27cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_syncTejun Heo1-8/+11
2021-07-27bpf: Increase supported cgroup storage value sizeStanislav Fomichev1-1/+10
2021-07-27Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+1
2021-07-27Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+13
2021-07-27timers: Move clearing of base::timer_running under base:: LockThomas Gleixner1-2/+4
2021-07-27scftorture: Avoid NULL pointer exception on early exitPaul E. McKenney1-1/+1
2021-07-27scftorture: Add RPC-like IPI testsPaul E. McKenney1-13/+63
2021-07-27locktorture: Count lock readersPaul E. McKenney1-5/+4
2021-07-27locktorture: Mark statistics data racesPaul E. McKenney1-7/+9
2021-07-27rcuscale: Console output claims too few grace periodsJiangong.Han1-2/+2
2021-07-27rcutorture: Preempt rather than block when testing task stallsPaul E. McKenney1-1/+6
2021-07-27refscale: Add measurement of clock readoutPaul E. McKenney1-1/+35
2021-07-27kdb: Rename members of struct kdbtab_tSumit Garg3-244/+242
2021-07-27kdb: Simplify kdb_defcmd macro logicSumit Garg1-49/+58
2021-07-27kdb: Get rid of redundant kdb_register_flags()Sumit Garg3-130/+62
2021-07-27kdb: Rename struct defcmd_set to struct kdb_macroSumit Garg1-20/+20
2021-07-27kdb: Get rid of custom debug heap allocatorSumit Garg3-307/+28
2021-07-26cgroup/cpuset: Fix a partition bug with hotplugWaiman Long1-0/+7
2021-07-26cgroup/cpuset: Miscellaneous code cleanupWaiman Long1-21/+19
2021-07-26printk: syslog: close window between wait and readJohn Ogness1-19/+36
2021-07-26printk: convert @syslog_lock to mutexJohn Ogness1-29/+20
2021-07-26printk: remove NMI trackingJohn Ogness3-46/+1
2021-07-26printk: remove safe buffersJohn Ogness5-428/+48
2021-07-26printk: track/limit recursionJohn Ogness1-3/+83
2021-07-26printk: Move the printk() kerneldoc comment to its new homeJonathan Corbet1-24/+0
2021-07-26printk/index: Fix warning about missing prototypesPetr Mladek1-2/+2
2021-07-25smpboot: fix duplicate and misplaced inlining directiveLinus Torvalds1-1/+1
2021-07-25Merge tag 'timers-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-8/+10
2021-07-25Merge tag 'core-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-07-25Merge tag 'dma-mapping-5.14-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+10
2021-07-23swiotlb: Free tbl memory in swiotlb_exit()Will Deacon1-6/+15
2021-07-23swiotlb: Emit diagnostic in swiotlb_exit()Will Deacon1-0/+1
2021-07-23swiotlb: Convert io_default_tlb_mem to static allocationWill Deacon1-30/+36
2021-07-23bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau2-1/+28
2021-07-23Merge tag 'trace-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-19/+52
2021-07-23signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistencyEric W. Biederman1-5/+5
2021-07-23signal: Remove the generic __ARCH_SI_TRAPNO supportEric W. Biederman1-14/+0
2021-07-23signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNKEric W. Biederman1-0/+21
2021-07-23signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPEric W. Biederman1-0/+19
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-16/+16
2021-07-23tracepoints: Update static_call before tp_funcs when adding a tracepointSteven Rostedt (VMware)1-1/+1
2021-07-23ftrace: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-07-23ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessaryNicolas Saenz Julienne1-1/+2