summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-07-30tracing: Fix NULL pointer dereference in start_creatingKamal Agrawal
2021-07-30genirq: Improve "hwirq" output in /proc and /sys/Cédric Le Goater
2021-07-30kcsan: use u64 instead of cycles_tHeiko Carstens
2021-07-30padata: Convert from atomic_t to refcount_t on parallel_data->refcntXiyu Yang
2021-07-29bpf: Emit better log message if bpf_iter ctx arg btf_id == 0Yonghong Song
2021-07-29workqueue: Fix possible memory leaks in wq_numa_init()Zhen Lei
2021-07-29printk: Add printk.console_no_auto_verbose boot parameterDmitry Safonov
2021-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-07-29bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-07-28ucounts: Fix race condition between alloc_ucounts and put_ucountsAlexey Gladkov
2021-07-27cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_syncTejun Heo
2021-07-27bpf: Increase supported cgroup storage value sizeStanislav Fomichev
2021-07-27Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-07-27Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-07-27timers: Move clearing of base::timer_running under base:: LockThomas Gleixner
2021-07-27scftorture: Avoid NULL pointer exception on early exitPaul E. McKenney
2021-07-27scftorture: Add RPC-like IPI testsPaul E. McKenney
2021-07-27locktorture: Count lock readersPaul E. McKenney
2021-07-27locktorture: Mark statistics data racesPaul E. McKenney
2021-07-27rcuscale: Console output claims too few grace periodsJiangong.Han
2021-07-27rcutorture: Preempt rather than block when testing task stallsPaul E. McKenney
2021-07-27refscale: Add measurement of clock readoutPaul E. McKenney
2021-07-27kdb: Rename members of struct kdbtab_tSumit Garg
2021-07-27kdb: Simplify kdb_defcmd macro logicSumit Garg
2021-07-27kdb: Get rid of redundant kdb_register_flags()Sumit Garg
2021-07-27kdb: Rename struct defcmd_set to struct kdb_macroSumit Garg
2021-07-27kdb: Get rid of custom debug heap allocatorSumit Garg
2021-07-26cgroup/cpuset: Fix a partition bug with hotplugWaiman Long
2021-07-26cgroup/cpuset: Miscellaneous code cleanupWaiman Long
2021-07-26printk: syslog: close window between wait and readJohn Ogness
2021-07-26printk: convert @syslog_lock to mutexJohn Ogness
2021-07-26printk: remove NMI trackingJohn Ogness
2021-07-26printk: remove safe buffersJohn Ogness
2021-07-26printk: track/limit recursionJohn Ogness
2021-07-26printk: Move the printk() kerneldoc comment to its new homeJonathan Corbet
2021-07-26printk/index: Fix warning about missing prototypesPetr Mladek
2021-07-25smpboot: fix duplicate and misplaced inlining directiveLinus Torvalds
2021-07-25Merge tag 'timers-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-07-25Merge tag 'core-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-07-25Merge tag 'dma-mapping-5.14-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-07-23swiotlb: Free tbl memory in swiotlb_exit()Will Deacon
2021-07-23swiotlb: Emit diagnostic in swiotlb_exit()Will Deacon
2021-07-23swiotlb: Convert io_default_tlb_mem to static allocationWill Deacon
2021-07-23bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau
2021-07-23Merge tag 'trace-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-07-23signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistencyEric W. Biederman