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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-19
block: don't call blk_status_to_errno in blk_update_request
Christoph Hellwig
1
-3
/
+4
2021-10-18
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
1
-22
/
+22
2021-10-18
audit: return early if the filter rule has a lower priority
Gaosheng Cui
1
-2
/
+3
2021-10-18
audit: fix possible null-pointer dereference in audit_filter_rules
Gaosheng Cui
1
-1
/
+1
2021-10-18
tracing: Have all levels of checks prevent recursion
Steven Rostedt (VMware)
1
-2
/
+2
2021-10-18
ucounts: Fix signal ucount refcounting
Eric W. Biederman
2
-19
/
+55
2021-10-18
sched: move the <linux/blkdev.h> include out of kernel/sched/sched.h
Christoph Hellwig
2
-2
/
+1
2021-10-18
kernel: remove spurious blkdev.h includes
Christoph Hellwig
3
-3
/
+0
2021-10-18
mm/filemap: Add filemap_add_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-10-18
dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNC
Hamza Mahfooz
3
-24
/
+36
2021-10-16
reboot: export symbol 'reboot_mode'
Shawn Guo
1
-0
/
+1
2021-10-16
Merge tag 'trace-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
3
-11
/
+63
2021-10-15
perf/core: Allow ftrace for functions in kernel/event/core.c
Song Liu
1
-5
/
+0
2021-10-15
perf/x86: Add new event for AUX output counter index
Adrian Hunter
1
-0
/
+30
2021-10-15
irq_work: Also rcuwait for !IRQ_WORK_HARD_IRQ on PREEMPT_RT
Sebastian Andrzej Siewior
1
-2
/
+4
2021-10-15
irq_work: Handle some irq_work in a per-CPU thread on PREEMPT_RT
Sebastian Andrzej Siewior
1
-12
/
+106
2021-10-15
irq_work: Allow irq_work_sync() to sleep if irq_work() no IRQ support.
Sebastian Andrzej Siewior
1
-0
/
+10
2021-10-15
sched/rt: Annotate the RT balancing logic irqwork as IRQ_WORK_HARD_IRQ
Sebastian Andrzej Siewior
1
-1
/
+1
2021-10-15
sched: Add cluster scheduler level in core and related Kconfig for ARM64
Barry Song
1
-0
/
+5
2021-10-15
sched: Disable -Wunused-but-set-variable
Peter Zijlstra
1
-0
/
+4
2021-10-15
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
1
-0
/
+19
2021-10-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-29
/
+47
2021-10-14
pid: add pidfd_get_task() helper
Christian Brauner
1
-0
/
+36
2021-10-14
kernel/sched: Fix sched_fork() access an invalid sched_task_group
Zhang Qiao
2
-22
/
+23
2021-10-14
sched/topology: Remove unused numa_distance in cpu_attach_domain()
Yicong Yang
1
-4
/
+0
2021-10-14
sched/numa: Fix a few comments
Bharata B Rao
1
-2
/
+2
2021-10-14
sched/numa: Remove the redundant member numa_group::fault_cpus
Bharata B Rao
1
-7
/
+5
2021-10-14
sched/numa: Replace hard-coded number by a define in numa_task_group()
Bharata B Rao
1
-1
/
+2
2021-10-14
sched,livepatch: Use wake_up_if_idle()
Peter Zijlstra
1
-1
/
+4
2021-10-13
tracing: Fix event probe removal from dynamic events
Steven Rostedt (VMware)
1
-3
/
+51
2021-10-13
tracing: in_irq() cleanup
Changbin Du
2
-2
/
+2
2021-10-13
Merge tag 'modules-for-v5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
Linus Torvalds
1
-0
/
+2
2021-10-11
Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-27
/
+29
2021-10-11
Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-2
/
+16
2021-10-11
workqueue: fix state-dump console deadlock
Johan Hovold
1
-2
/
+16
2021-10-11
dma-debug: fix sg checks in debug_dma_map_sg()
Gerald Schaefer
1
-6
/
+6
2021-10-11
dma-mapping: fix the kerneldoc for dma_map_sgtable()
Logan Gunthorpe
1
-6
/
+6
2021-10-10
tracing: Fix missing * in comment block
Colin Ian King
1
-1
/
+1
2021-10-10
tracing: Fix memory leak in eprobe_register()
Vamshi K Sthambamkadi
1
-0
/
+7
2021-10-10
ftrace: Add unit test for removing trace function
Carles Pey
1
-0
/
+34
2021-10-08
ftrace: Cleanup ftrace_dyn_arch_init()
Weizhao Ouyang
1
-0
/
+5
2021-10-08
tracing: Disable "other" permission bits in the tracefs files
Steven Rostedt (VMware)
15
-96
/
+103
2021-10-08
bpftool: Add install-bin target to install binary only
Quentin Monnet
1
-1
/
+1
2021-10-08
bpf: iterators: Install libbpf headers when building
Quentin Monnet
1
-13
/
+25
2021-10-08
bpf: preload: Install libbpf headers when building
Quentin Monnet
1
-5
/
+20
2021-10-08
coredump: Limit coredumps to a single thread group
Eric W. Biederman
2
-10
/
+4
2021-10-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-7
/
+44
2021-10-07
Merge branches 'fixes.2021.10.07a', 'scftorture.2021.09.16a', 'tasks.2021.09.15a', 'torture.2021.09.13b' and 'torturescript.2021.09.16a' into HEAD
Paul E. McKenney
6
-120
/
+146
2021-10-07
rcu: Fix rcu_dynticks_curr_cpu_in_eqs() vs noinstr
Peter Zijlstra
1
-1
/
+1
2021-10-07
rcu: Always inline rcu_dynticks_task*_{enter,exit}()
Peter Zijlstra
1
-4
/
+4
[prev]
[next]