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
2021-10-26
test_kprobes: Move it from kernel/ to lib/
Tiezhu Yang
2
-372
/
+0
2021-10-26
kprobes: Add a test case for stacktrace from kretprobe handler
Masami Hiramatsu
1
-0
/
+162
2021-10-26
bpf: Fix potential race in tail call compatibility check
Toke Høiland-Jørgensen
3
-9
/
+18
2021-10-26
PM: suspend: Use valid_state() consistently
Rafael J. Wysocki
1
-5
/
+7
2021-10-26
PM: sleep: Pause cpuidle later and resume it earlier during system transitions
Rafael J. Wysocki
3
-13
/
+23
2021-10-26
PM: suspend: Do not pause cpuidle in the suspend-to-idle path
Rafael J. Wysocki
1
-2
/
+6
2021-10-26
tracing/hwlat: Make some internal symbols static
Wang ShaoBo
1
-2
/
+2
2021-10-26
tracing: Fix missing trace_boot_init_histograms kstrdup NULL checks
Mathieu Desnoyers
1
-0
/
+4
2021-10-26
genirq: Hide irq_cpu_{on,off}line() behind a deprecated option
Marc Zyngier
2
-0
/
+9
2021-10-26
irq: remove handle_domain_{irq,nmi}()
Mark Rutland
2
-58
/
+17
2021-10-26
irq: remove CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRY
Mark Rutland
1
-26
/
+0
2021-10-26
signal: Add an optional check for altstack size
Thomas Gleixner
1
-6
/
+29
2021-10-25
trace/timerlat: Add migrate-disabled field to the timerlat header
Daniel Bristot de Oliveira
1
-5
/
+6
2021-10-25
trace/osnoise: Add migrate-disabled field to the osnoise header
Daniel Bristot de Oliveira
1
-7
/
+7
2021-10-25
perf/core: allow ftrace for functions in kernel/event/core.c
Song Liu
1
-5
/
+0
2021-10-25
ftrace: Make ftrace_profile_pages_init static
chongjiapeng
1
-1
/
+1
2021-10-25
cgroup: no need for cgroup_mutex for /proc/cgroups
Shakeel Butt
1
-5
/
+2
2021-10-25
cgroup: remove cgroup_mutex from cgroupstats_build
Shakeel Butt
1
-5
/
+2
2021-10-25
cgroup: reduce dependency on cgroup_mutex
Shakeel Butt
1
-22
/
+29
2021-10-25
irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRY
Mark Rutland
2
-0
/
+34
2021-10-25
irq: add generic_handle_arch_irq()
Mark Rutland
1
-0
/
+18
2021-10-25
irq: unexport handle_irq_desc()
Mark Rutland
1
-1
/
+0
2021-10-25
irq: simplify handle_domain_{irq,nmi}()
Mark Rutland
1
-20
/
+4
2021-10-24
Merge tag 'sched_urgent_for_v5.15_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2021-10-22
cgroup: Fix memory leak caused by missing cgroup_bpf_offline
Quanyang Wang
1
-1
/
+3
2021-10-22
bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()
Xu Kuohai
1
-2
/
+3
2021-10-22
bpf: Prevent increasing bpf_jit_limit above max
Lorenz Bauer
1
-1
/
+3
2021-10-22
bpf: Add BTF_KIND_DECL_TAG typedef support
Yonghong Song
1
-2
/
+2
2021-10-22
sched/core: Remove rq_relock()
Peng Wang
1
-8
/
+0
2021-10-22
sched: Improve wake_up_all_idle_cpus() take #2
Peter Zijlstra
1
-7
/
+5
2021-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
11
-74
/
+173
2021-10-21
Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
3
-24
/
+59
2021-10-21
bpf: Add verified_insns to bpf_prog_info and fdinfo
Dave Marchevsky
2
-2
/
+7
2021-10-21
bpf: Add bpf_skc_to_unix_sock() helper
Hengqi Chen
1
-0
/
+2
2021-10-21
kprobes: convert tests to kunit
Sven Schnelle
2
-166
/
+59
2021-10-21
tracing: use %ps format string to print symbols
Arnd Bergmann
1
-10
/
+5
2021-10-21
ftrace/direct: Do not disable when switching direct callers
Steven Rostedt (VMware)
1
-14
/
+20
2021-10-21
ftrace: Add multi direct modify interface
Jiri Olsa
1
-0
/
+62
2021-10-21
ftrace: Add multi direct register/unregister interface
Jiri Olsa
1
-0
/
+142
2021-10-21
ftrace: Add ftrace_add_rec_direct function
Jiri Olsa
1
-27
/
+37
2021-10-21
tracing: Fix selftest config check for function graph start up test
Steven Rostedt (VMware)
1
-1
/
+5
2021-10-21
PM: hibernate: Get block device exclusively in swsusp_check()
Ye Bin
1
-2
/
+3
2021-10-21
PM: hibernate: swap: Use vzalloc() and kzalloc()
Cai Huoqing
1
-10
/
+4
2021-10-21
PM: hibernate: fix sparse warnings
Anders Roxell
1
-2
/
+2
2021-10-20
tracing: Add trampoline/graph selftest
Jiri Olsa
1
-1
/
+53
2021-10-20
x86/ftrace: Make function graph use ftrace directly
Steven Rostedt (VMware)
1
-2
/
+4
2021-10-20
Merge tag 'dma-mapping-5.15-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
3
-36
/
+48
2021-10-20
genirq: Export irq_gc_noop()
Florian Fainelli
1
-0
/
+1
2021-10-20
genirq: Export irq_gc_{unmask_enable,mask_disable}_reg
Florian Fainelli
1
-0
/
+2
2021-10-20
reboot: Remove the unreachable panic after do_exit in reboot(2)
Eric W. Biederman
1
-1
/
+0
[prev]
[next]