summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-02-05alarmtimer: Update kerneldocAlexandre Belloni1-1/+7
2021-02-05ntp: Use freezable workqueue for RTC synchronizationGeert Uytterhoeven1-2/+2
2021-02-05locking/lockdep: Avoid unmatched unlockPeter Zijlstra1-1/+2
2021-02-05dma-mapping: benchmark: use u8 for reserved field in uAPI structureBarry Song1-1/+1
2021-02-05bpf: Refactor BPF_PSEUDO_CALL checking as a helper functionYonghong Song1-16/+13
2021-02-05bpf: Allow usage of BPF ringbuffer in sleepable programsKP Singh1-1/+3
2021-02-04sched: Add cond_resched_rwlockBen Gardon1-0/+40
2021-02-03bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh1-0/+2
2021-02-03Merge tag 'trace-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-14/+38
2021-02-03bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3Alexei Starovoitov1-3/+0
2021-02-03bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCHBrendan Jackman1-14/+18
2021-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-8/+34
2021-02-02Merge tag 'dma-mapping-5.11-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+5
2021-02-02Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-3/+27
2021-02-01perf/core: Add PERF_SAMPLE_WEIGHT_STRUCTKan Liang1-4/+7
2021-01-31Merge tag 'core-urgent-2021-01-31' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-01-30genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier1-24/+20
2021-01-30kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo1-0/+4
2021-01-30Merge tag 'pm-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-3/+1
2021-01-29tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu2-13/+31
2021-01-29tracing: Use pause-on-trace with the latency tracersViktor Rosendahl1-0/+4
2021-01-29fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)1-2/+0
2021-01-29locking/rwsem: Remove empty rwsem.hNikolay Borisov1-0/+0
2021-01-29Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski4-3/+27
2021-01-29fs: Remove dcookies supportViresh Kumar1-1/+0
2021-01-29bpf: Simplify cases in bpf_base_func_protoTobias Klauser1-8/+4
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-185/+274
2021-01-28entry: Unbreak single step reporting behaviourYuxuan Shui1-1/+1
2021-01-28locking/rtmutex: Add missing kernel-doc markupAlex Shi1-6/+11
2021-01-28futex: Remove unneeded gotosJangwoong Kim1-4/+3
2021-01-28futex: Change utime parameter to be 'const ... *'Alejandro Colomar1-3/+3
2021-01-28genirq: Use new tasklet API for resend_taskletEmil Renner Berthing1-2/+2
2021-01-28audit: Make audit_filter_syscall() return voidYang Yang1-8/+8
2021-01-28bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev2-2/+9
2021-01-28bpf: Change 'BPF_ADD' to 'BPF_AND' in print_bpf_insn()Menglong Dong1-1/+1
2021-01-27PM: sleep: No need to check PF_WQ_WORKER in thaw_kernel_threads()Zqiang1-1/+1
2021-01-27sched/fair: Move avg_scan_cost calculations under SIS_PROPMel Gorman1-6/+8
2021-01-27sched/fair: Remove SIS_AVG_CPUMel Gorman2-12/+9
2021-01-27sched/topology: Make sched_init_numa() use a set for the deduplicating sortValentin Schneider1-51/+48
2021-01-27sched/eas: Don't update misfit status if the task is pinnedQais Yousef1-1/+1
2021-01-27dma-mapping: benchmark: fix kernel crash when dma_map_single failsBarry Song1-1/+5
2021-01-27bpf, preload: Fix build when $(O) points to a relative pathQuentin Monnet1-1/+4
2021-01-26bpf: Drop disabled LSM hooks from the sleepable setMikko Ylinen1-0/+12
2021-01-26futex: Handle faults correctly for PI futexesThomas Gleixner1-37/+20
2021-01-26futex: Simplify fixup_pi_state_owner()Thomas Gleixner1-27/+26
2021-01-26futex: Use pi_state_update_owner() in put_pi_state()Thomas Gleixner1-7/+1
2021-01-26rtmutex: Remove unused argument from rt_mutex_proxy_unlock()Thomas Gleixner3-5/+3
2021-01-26futex: Provide and use pi_state_update_owner()Thomas Gleixner1-33/+33
2021-01-26futex: Replace pointless printk in fixup_owner()Thomas Gleixner1-7/+3
2021-01-26futex: Ensure the correct return value from futex_lock_pi()Thomas Gleixner1-15/+16