summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-03-10sched: Remove unnecessary variable from schedule_tail()Edmundo Carmona Antoranz
2021-03-10sched: Optimize __calc_delta()Clement Courbet
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-03-10bpf, xdp: Restructure redirect actionsBjörn Töpel
2021-03-10bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel
2021-03-08kcsan: Add missing license and copyright headersMarco Elver
2021-03-08kcsan: Switch to KUNIT_CASE_PARAM for parameterized testsMarco Elver
2021-03-08kcsan: Make test follow KUnit style recommendationsMarco Elver
2021-03-08kcsan, debugfs: Move debugfs file creation out of early initMarco Elver
2021-03-08rcutorture: Replace rcu_torture_stall string with %sStephen Zhang
2021-03-08torture: Replace torture_init_begin string with %sStephen Zhang
2021-03-08rcu-tasks: Add block comment laying out RCU Tasks Trace designPaul E. McKenney
2021-03-08rcu-tasks: Rectify kernel-doc for struct rcu_tasksLukas Bulwahn
2021-03-08rcu: Make rcu_read_unlock_special() expedite strict grace periodsPaul E. McKenney
2021-03-08rcutorture: Fix testing of RCU priority boostingPaul E. McKenney
2021-03-08rcu: Expedite deboost in case of deferred quiescent statePaul E. McKenney
2021-03-08rcu/nocb: Rename nocb_gp_update_state to nocb_gp_update_state_deoffloadingFrederic Weisbecker
2021-03-08rcu/nocb: Only (re-)initialize segcblist when needed on CPU upFrederic Weisbecker
2021-03-08rcu/nocb: Avoid confusing double write of rdp->nocb_cb_sleepFrederic Weisbecker
2021-03-08rcu/nocb: Forbid NOCB toggling on offline CPUsFrederic Weisbecker
2021-03-08rcu/nocb: Comment the reason behind BH disablement on batch processingFrederic Weisbecker
2021-03-08rcu/nocb: Detect unsafe checks for offloaded rdpFrederic Weisbecker
2021-03-08rcutorture: Add crude tests for mem_dump_obj()Paul E. McKenney
2021-03-08rcuscale: Add kfree_rcu() single-argument scale testUladzislau Rezki (Sony)
2021-03-08kvfree_rcu: Use same set of GFP flags as does single-argumentUladzislau Rezki (Sony)
2021-03-08kvfree_rcu: Replace __GFP_RETRY_MAYFAIL by __GFP_NORETRYUladzislau Rezki (Sony)
2021-03-08kvfree_rcu: Make krc_this_cpu_unlock() use raw_spin_unlock_irqrestore()Paul E. McKenney
2021-03-08kvfree_rcu: Use __GFP_NOMEMALLOC for single-argument kvfree_rcu()Paul E. McKenney
2021-03-08kvfree_rcu: Directly allocate page for single-argument caseUladzislau Rezki (Sony)
2021-03-08rcu: Remove spurious instrumentation_end() in rcu_nmi_enter()Zhouyi Zhou
2021-03-08rcu: Fix CPU-offline trace in rcutree_dying_cpuNeeraj Upadhyay
2021-03-08rcu: Remove superfluous rdp fetchFrederic Weisbecker
2021-03-08rcu: deprecate "all" option to rcu_nocbs=Paul Gortmaker
2021-03-08irqdomain: Remove debugfs_file from struct irq_domainGreg Kroah-Hartman
2021-03-08bpf: Change inode_storage's lookup_elem return value from NULL to -EBADFTal Lossos
2021-03-08bpf: Dont allow vmlinux BTF to be used in map_create and prog_load.Alexei Starovoitov
2021-03-08printk: console: remove unnecessary safe buffer usageJohn Ogness
2021-03-08printk: kmsg_dump: remove _nolock() variantsJohn Ogness
2021-03-08printk: remove logbuf_lockJohn Ogness
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness
2021-03-08printk: kmsg_dumper: remove @active fieldJohn Ogness
2021-03-08printk: add syslog_lockJohn Ogness
2021-03-08printk: use atomic64_t for devkmsg_user.seqJohn Ogness
2021-03-08printk: use seqcount_latch for clear_seqJohn Ogness
2021-03-08printk: introduce CONSOLE_LOG_MAXJohn Ogness
2021-03-08printk: consolidate kmsg_dump_get_buffer/syslog_print_all codeJohn Ogness
2021-03-08printk: refactor kmsg_dump_get_buffer()John Ogness
2021-03-08printk: limit second loop of syslog_print_allJohn Ogness
2021-03-08hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen