summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-09-10swiotlb: Mark max_segment with static keywordAndy Shevchenko
2020-09-10swiotlb: Use %pa to print phys_addr_t variablesAndy Shevchenko
2020-09-10perf/core: Pull pmu::sched_task() into perf_event_context_sched_out()Kan Liang
2020-09-10perf/core: Pull pmu::sched_task() into perf_event_context_sched_in()Kan Liang
2020-09-10timekeeping: Use seqcount_latch_tAhmed S. Darwish
2020-09-10time/sched_clock: Use seqcount_latch_tAhmed S. Darwish
2020-09-10time/sched_clock: Use raw_read_seqcount_latch() during suspendAhmed S. Darwish
2020-09-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-09-09sched/topology: Move sd_flag_debug out of #ifdef CONFIG_SYSCTLValentin Schneider
2020-09-08sysctl: Convert to iter interfacesMatthew Wilcox (Oracle)
2020-09-08bpf: Permit map_ptr arithmetic with opcode add and offset 0Yonghong Song
2020-09-08seccomp: Use current_pt_regs() instead of task_pt_regs(current)Denis Efremov
2020-09-08seccomp: kill process instead of thread for unknown actionsRich Felker
2020-09-08seccomp: don't leave dangling ->notif if file allocation failsTycho Andersen
2020-09-08seccomp: don't leak memory when filter install racesTycho Andersen
2020-09-08kdb: Use newer api for tasklist scanningDavidlohr Bueso
2020-09-08kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"Douglas Anderson
2020-09-08kdb: remove unnecessary null check of dbg_io_opsCengiz Can
2020-09-08kprobes: Make local functions staticMasami Hiramatsu
2020-09-08kprobes: Free kretprobe_instance with RCU callbackMasami Hiramatsu
2020-09-08kprobes: Remove NMI context checkMasami Hiramatsu
2020-09-08kprobes: Add generic kretprobe trampoline handlerMasami Hiramatsu
2020-09-08printk: ringbuffer: support dataless recordsJohn Ogness
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie
2020-09-07blktrace: make function blk_trace_bio_get_cgid() staticWang Hai
2020-09-06Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-06genirq: Walk the irq_data hierarchy when resending an interruptMarc Zyngier
2020-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-09-05fork: adjust sysctl_max_threads definition to match prototypeTobias Klauser
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-04Merge branch 'csd.2020.09.04a' into HEADPaul E. McKenney
2020-09-04smp: Make symbol 'csd_bug_count' staticWei Yongjun
2020-09-04kernel/smp: Provide CSD lock timeout diagnosticsPaul E. McKenney
2020-09-04smp: Add source and destination CPUs to __call_single_dataPaul E. McKenney
2020-09-04gcov: Disable gcov build with GCC 10Leon Romanovsky
2020-09-04x86/entry: Unbreak 32bit fast syscallThomas Gleixner
2020-09-04pidfd: support PIDFD_NONBLOCK in pidfd_open()Christian Brauner
2020-09-04exit: support non-blocking pidfdsChristian Brauner
2020-09-04padata: fix possible padata_works_lock deadlockDaniel Jordan
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-03bpf: Do not use bucket_lock for hashmap iteratorYonghong Song
2020-09-03Merge branch 'strictgp.2020.08.24a' into HEADPaul E. McKenney
2020-09-03Merge branch 'scftorture.2020.08.24a' into HEADPaul E. McKenney
2020-09-03Merge branches 'doc.2020.08.24a', 'fixes.2020.09.03b' and 'torture.2020.08.24...Paul E. McKenney
2020-09-03rcu: Shrink each possible cpu krcpZqiang
2020-09-03rcu/segcblist: Prevent useless GP start if no CBs to accelerateJoel Fernandes (Google)
2020-09-03locking/lockdep: Fix "USED" <- "IN-NMI" inversionspeterz@infradead.org
2020-09-02bpf: Avoid iterating duplicated files for task_file iteratorYonghong Song
2020-09-02module: Add more error message for failed kernel module loadingQu Wenruo
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller