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-07-14
fs: add vfs_parse_fs_param_source() helper
Christian Brauner
1
-9
/
+5
2021-07-14
cgroup: verify that source is a string
Christian Brauner
1
-0
/
+2
2021-07-13
swiotlb: add overflow checks to swiotlb_bounce
Dominique Martinet
1
-3
/
+17
2021-07-13
swiotlb: fix implicit debugfs declarations
Claire Chang
1
-5
/
+16
2021-07-13
swiotlb: Add restricted DMA pool initialization
Claire Chang
2
-0
/
+90
2021-07-13
swiotlb: Add restricted DMA alloc/free support
Claire Chang
2
-14
/
+73
2021-07-13
swiotlb: Refactor swiotlb_tbl_unmap_single
Claire Chang
1
-15
/
+20
2021-07-13
swiotlb: Move alloc_size to swiotlb_find_slots
Claire Chang
1
-8
/
+9
2021-07-13
swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing
Claire Chang
3
-2
/
+6
2021-07-13
swiotlb: Update is_swiotlb_active to add a struct device argument
Claire Chang
2
-3
/
+3
2021-07-13
swiotlb: Update is_swiotlb_buffer to add a struct device argument
Claire Chang
2
-6
/
+6
2021-07-13
swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used
Claire Chang
1
-4
/
+4
2021-07-13
swiotlb: Refactor swiotlb_create_debugfs
Claire Chang
1
-7
/
+14
2021-07-13
swiotlb: Refactor swiotlb init functions
Claire Chang
1
-25
/
+25
2021-07-13
bpf: Fix tail_call_reachable rejection for interpreter when jit failed
Daniel Borkmann
1
-0
/
+2
2021-07-13
smpboot: Mark idle_init() as __always_inlined to work around aggressive compiler un-inlining
Ingo Molnar
1
-1
/
+1
2021-07-12
exit/bdflush: Remove the deprecated bdflush system call
Eric W. Biederman
1
-1
/
+0
2021-07-12
kernel: debug: Fix unreachable code in gdb_serial_stub()
Gustavo A. R. Silva
1
-1
/
+1
2021-07-11
Merge tag 'irq-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+0
2021-07-11
Merge tag 'sched-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-10
/
+18
2021-07-11
Merge tag 'locking-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-22
/
+32
2021-07-10
Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-3
/
+1
2021-07-09
Merge tag 'trace-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-2
/
+8
2021-07-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-74
/
+129
2021-07-09
Merge tag 'irqchip-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent
Thomas Gleixner
1
-1
/
+0
2021-07-09
bpf: Track subprog poke descriptors correctly and fix use-after-free
John Fastabend
2
-40
/
+28
2021-07-08
kdump: use vmlinux_build_id to simplify
Stephen Boyd
1
-48
/
+2
2021-07-08
module: add printk formats to add module build ID to stacktraces
Stephen Boyd
2
-25
/
+121
2021-07-08
PM: hibernate: disable when there are active secretmem users
Mike Rapoport
1
-1
/
+4
2021-07-08
mm: introduce memfd_secret system call to create "secret" memory areas
Mike Rapoport
1
-0
/
+2
2021-07-08
Fix UCOUNT_RLIMIT_SIGPENDING counter leak
Alexey Gladkov
1
-4
/
+16
2021-07-08
ftrace: Use list_move instead of list_del/list_add
Baokun Li
1
-2
/
+1
2021-07-08
printk/console: Check consistent sequence number when handling race in console_unlock()
Petr Mladek
1
-2
/
+5
2021-07-07
bpf: devmap: Implement devmap prog execution for generic XDP
Kumar Kartikeya Dwivedi
1
-10
/
+39
2021-07-07
bpf: cpumap: Implement generic cpumap
Kumar Kartikeya Dwivedi
1
-18
/
+98
2021-07-07
Merge tag 'pm-5.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-0
/
+1
2021-07-07
Merge tag 'modules-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
Linus Torvalds
1
-3
/
+3
2021-07-07
tracing/histograms: Fix parsing of "sym-offset" modifier
Steven Rostedt (VMware)
1
-0
/
+7
2021-07-07
locking/mutex: Add MUTEX_WARN_ON
Peter Zijlstra
1
-20
/
+10
2021-07-07
locking/mutex: Introduce __mutex_trylock_or_handoff()
Peter Zijlstra
1
-24
/
+36
2021-07-07
locking/mutex: Fix HANDOFF condition
Peter Zijlstra
1
-10
/
+5
2021-07-07
locking/mutex: Use try_cmpxchg()
Peter Zijlstra
1
-21
/
+6
2021-07-06
rcu: Fix pr_info() formats and values in show_rcu_gp_kthreads()
Paul E. McKenney
1
-2
/
+2
2021-07-06
rcu-tasks: Don't delete holdouts within trc_wait_for_one_reader()
Paul E. McKenney
1
-1
/
+0
2021-07-06
rcu-tasks: Don't delete holdouts within trc_inspect_reader()
Paul E. McKenney
1
-3
/
+2
2021-07-06
refscale: Avoid false-positive warnings in ref_scale_reader()
Paul E. McKenney
1
-3
/
+3
2021-07-06
scftorture: Avoid false-positive warnings in scftorture_invoker()
Paul E. McKenney
1
-3
/
+3
2021-07-06
Merge tag 'kgdb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux
Linus Torvalds
3
-6
/
+7
2021-07-05
kprobe/static_call: Restore missing static_call_text_reserved()
Peter Zijlstra
1
-0
/
+2
2021-07-05
static_call: Fix static_call_text_reserved() vs __init
Peter Zijlstra
1
-5
/
+8
[prev]
[next]