index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-08
prlimit: make do_prlimit() static
Barret Rhoden
1
-57
/
+59
2022-03-08
sched/topology: Remove redundant variable and fix incorrect type in build_sched_domains
K Prateek Nayak
1
-5
/
+3
2022-03-08
sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity()
Dietmar Eggemann
2
-6
/
+4
2022-03-08
sched/deadline,rt: Remove unused functions for !CONFIG_SMP
Dietmar Eggemann
2
-20
/
+0
2022-03-08
sched/deadline: Use __node_2_[pdl|dle]() and rb_first_cached() consistently
Dietmar Eggemann
1
-12
/
+12
2022-03-08
sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()
Dietmar Eggemann
3
-44
/
+24
2022-03-08
sched/deadline: Move bandwidth mgmt and reclaim functions into sched class source file
Dietmar Eggemann
2
-49
/
+44
2022-03-08
sched/deadline: Remove unused def_dl_bandwidth
Dietmar Eggemann
3
-9
/
+0
2022-03-08
bpf: Determine buf_info inside check_buffer_access()
Shung-Hsi Yu
1
-9
/
+3
2022-03-07
bpf: Remove redundant slash
Yuntao Wang
1
-3
/
+2
2022-03-07
bpf: Replace strncpy() with strscpy()
Yuntao Wang
1
-7
/
+2
2022-03-07
Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+7
2022-03-07
tick/rcu: Stop allowing RCU_SOFTIRQ in idle
Frederic Weisbecker
1
-10
/
+40
2022-03-07
tick/rcu: Remove obsolete rcu_needs_cpu() parameters
Frederic Weisbecker
2
-8
/
+5
2022-03-07
tick: Detect and fix jiffies update stall
Frederic Weisbecker
2
-0
/
+21
2022-03-07
swiotlb: rework "fix info leak with DMA_FROM_DEVICE"
Halil Pasic
1
-8
/
+15
2022-03-07
Merge branch 'clocksource.2022.02.01b' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into timers/core
Thomas Gleixner
2
-1
/
+16
2022-03-07
Merge branch 'topic/func-desc-lkdtm' into next
Michael Ellerman
1
-1
/
+23
2022-03-06
Merge tag 'trace-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
3
-6
/
+6
2022-03-05
bpf: Reject programs that try to load __percpu memory.
Hao Luo
2
-11
/
+21
2022-03-05
bpf: Fix checking PTR_TO_BTF_ID in check_mem_access
Hao Luo
1
-1
/
+2
2022-03-05
bpf: Harden register offset checks for release helpers and kfuncs
Kumar Kartikeya Dwivedi
2
-17
/
+41
2022-03-05
bpf: Disallow negative offset in check_ptr_off_reg
Kumar Kartikeya Dwivedi
1
-0
/
+6
2022-03-05
bpf: Fix PTR_TO_BTF_ID var_off check
Kumar Kartikeya Dwivedi
1
-3
/
+6
2022-03-05
bpf: Add check_func_arg_reg_off function
Kumar Kartikeya Dwivedi
1
-28
/
+41
2022-03-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-10
/
+15
2022-03-05
configs/debug: set CONFIG_DEBUG_INFO=y properly
Qian Cai
1
-1
/
+1
2022-03-05
mm: refactor vm_area_struct::anon_vma_name usage code
Suren Baghdasaryan
2
-9
/
+14
2022-03-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
14
-50
/
+82
2022-03-04
Merge tag 'block-5.17-2022-03-04' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+18
2022-03-04
tracing: Fix return value of __setup handlers
Randy Dunlap
2
-3
/
+3
2022-03-04
signal, x86: Delay calling signals in atomic on RT enabled kernels
Oleg Nesterov
3
-1
/
+65
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
11
-55
/
+133
2022-03-03
bpf: Small BPF verifier log improvements
Mykola Lysenko
1
-29
/
+35
2022-03-03
dma-debug: fix return value of __setup handlers
Randy Dunlap
1
-2
/
+2
2022-03-03
dma-mapping: remove CONFIG_DMA_REMAP
Christoph Hellwig
3
-18
/
+9
2022-03-02
Merge branch 'ucount-rlimit-fixes-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-1
/
+13
2022-03-02
bpf, x86: Set header->size properly before freeing it
Song Liu
1
-3
/
+6
2022-03-02
printk: fix return value of printk.devkmsg __setup handler
Randy Dunlap
1
-2
/
+4
2022-03-01
tracing/histogram: Fix sorting on old "cpu" value
Steven Rostedt (Google)
1
-3
/
+3
2022-03-01
PM: suspend: fix return value of __setup handler
Randy Dunlap
1
-4
/
+4
2022-03-01
PM: hibernate: fix __setup handler error handling
Randy Dunlap
1
-1
/
+1
2022-03-01
PM: hibernate: Clean up non-kernel-doc comments
Jiapeng Chong
1
-4
/
+4
2022-03-01
sched/tracing: Don't re-read p->state when emitting sched_switch event
Valentin Schneider
7
-7
/
+19
2022-03-01
sched/rt: Plug rt_mutex_setprio() vs push_rt_task() race
Valentin Schneider
2
-16
/
+28
2022-03-01
sched/cpuacct: Remove redundant RCU read lock
Chengming Zhou
1
-2
/
+0
2022-03-01
sched/cpuacct: Optimize away RCU read lock
Chengming Zhou
1
-3
/
+1
2022-03-01
sched/cpuacct: Fix charge percpu cpuusage
Chengming Zhou
1
-1
/
+2
2022-03-01
bpf: Add some description about BPF_JIT_ALWAYS_ON in Kconfig
Tiezhu Yang
1
-0
/
+4
2022-02-28
Merge back cpufreq changes for v5.18.
Rafael J. Wysocki
1
-1
/
+1
[prev]
[next]