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-20
bpf/preload: Clean up .gitignore and "clean-files" target
Quentin Monnet
2
-5
/
+2
2021-10-20
workqueue: Introduce show_one_worker_pool and show_one_workqueue.
Imran Khan
2
-77
/
+97
2021-10-20
Merge tag 'audit-pr-20211019' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
Linus Torvalds
1
-1
/
+1
2021-10-20
Merge tag 'trace-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-2
/
+2
2021-10-20
block: cleanup the flush plug helpers
Christoph Hellwig
1
-2
/
+3
2021-10-20
ucounts: Use atomic_long_sub_return for clarity
Eric W. Biederman
1
-3
/
+3
2021-10-20
ucounts: Add get_ucounts_or_wrap for clarity
Eric W. Biederman
1
-4
/
+10
2021-10-20
ucounts: Remove unnecessary test for NULL ucount in get_ucounts
Eric W. Biederman
1
-1
/
+1
2021-10-20
ucounts: In set_cred_ucounts assume new->ucounts is non-NULL
Eric W. Biederman
1
-3
/
+2
2021-10-20
ucounts: Move get_ucounts from cred_alloc_blank to key_change_session_keyring
Eric W. Biederman
1
-2
/
+0
2021-10-19
tracing/perf: Add interrupt_context_level() helper
Steven Rostedt (VMware)
2
-12
/
+2
2021-10-19
tracing: Reuse logic from perf's get_recursion_context()
Steven Rostedt (VMware)
1
-6
/
+6
2021-10-19
tracing/cfi: Fix cmp_entries_* functions signature mismatch
Kalesh Singh
1
-17
/
+23
2021-10-19
tracing: Use linker magic instead of recasting ftrace_ops_list_func()
Steven Rostedt (VMware)
1
-13
/
+10
2021-10-19
bpf: Silence Coverity warning for find_kfunc_desc_btf
Kumar Kartikeya Dwivedi
1
-9
/
+4
2021-10-19
Revert "PM: sleep: Do not assume that "mem" is always present"
Rafael J. Wysocki
1
-2
/
+2
2021-10-19
workqueue: make sysfs of unbound kworker cpumask more clever
Menglong Dong
1
-4
/
+11
2021-10-19
ucounts: Proper error handling in set_cred_ucounts
Eric W. Biederman
1
-2
/
+3
2021-10-19
ucounts: Pair inc_rlimit_ucounts with dec_rlimit_ucoutns in commit_creds
Eric W. Biederman
1
-1
/
+1
2021-10-19
sched/scs: Reset the shadow stack when idle_task_exit
Woody Lin
1
-0
/
+1
2021-10-19
locking/rwsem: Fix comments about reader optimistic lock stealing conditions
Yanfei Xu
1
-2
/
+1
2021-10-19
locking: Remove rcu_read_{,un}lock() for preempt_{dis,en}able()
Yanfei Xu
2
-12
/
+24
2021-10-19
locking/rwsem: Disable preemption for spinning region
Yanfei Xu
1
-23
/
+30
2021-10-19
futex: Fix PREEMPT_RT build
Peter Zijlstra
1
-0
/
+4
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
[prev]
[next]