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
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-14
Merge branch 'for-next/perf' into for-next/core
Will Deacon
2
-0
/
+3
2022-03-14
Merge branch 'for-next/mte' into for-next/core
Will Deacon
2
-22
/
+36
2022-03-14
Merge branch 'for-next/linkage' into for-next/core
Will Deacon
1
-31
/
+36
2022-03-14
Merge tag 'v5.17-rc8' into irq/core, to fix conflicts
Ingo Molnar
19
-64
/
+148
2022-03-14
net: disable preemption in dev_core_stats_XXX_inc() helpers
Eric Dumazet
1
-1
/
+5
2022-03-14
mtd: core: Remove partid and partname debugfs files
Tudor Ambarus
1
-3
/
+0
2022-03-14
fs: export variant of generic_write_checks without iov_iter
Omar Sandoval
1
-0
/
+1
2022-03-14
fs: export rw_verify_area()
Omar Sandoval
1
-0
/
+1
2022-03-14
net: Add lockdep asserts to ____napi_schedule().
Sebastian Andrzej Siewior
1
-0
/
+7
2022-03-14
net: macvlan: add net device refcount tracker
Ziyang Xuan
1
-0
/
+1
2022-03-14
Merge tag 'irqchip-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
Thomas Gleixner
3
-21
/
+17
2022-03-13
NFS: swap IO handling is slightly different for O_DIRECT IO
NeilBrown
1
-4
/
+4
2022-03-13
NFSv4: keep state manager thread active if swap is enabled
NeilBrown
1
-0
/
+2
2022-03-13
NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDS
NeilBrown
2
-6
/
+0
2022-03-13
SUNRPC/auth: async tasks mustn't block waiting for memory
NeilBrown
1
-0
/
+1
2022-03-12
mailbox: ti-msgmgr: Operate mailbox in polled mode during system suspend
Dave Gerlach
1
-1
/
+7
2022-03-12
random: provide notifier for VM fork
Jason A. Donenfeld
1
-0
/
+5
2022-03-12
random: replace custom notifier chain with standard one
Jason A. Donenfeld
1
-7
/
+3
2022-03-12
random: do not export add_vmfork_randomness() unless needed
Jason A. Donenfeld
1
-0
/
+2
2022-03-12
ACPI: allow longer device IDs
Alexander Graf
1
-1
/
+1
2022-03-12
random: add mechanism for VM forks to reinitialize crng
Jason A. Donenfeld
1
-0
/
+1
2022-03-12
random: block in /dev/urandom
Jason A. Donenfeld
1
-1
/
+1
2022-03-12
cgroup: Fix suspicious rcu_dereference_check() usage warning
Chengming Zhou
1
-0
/
+1
2022-03-11
net: add per-cpu storage and net->core_stats
Eric Dumazet
1
-9
/
+37
2022-03-11
nfp: add support for NFP3800/NFP3803 PCIe devices
Dirk van der Merwe
1
-0
/
+2
2022-03-11
clk: Add clk_drop_range
Maxime Ripard
1
-0
/
+11
2022-03-11
nvdimm/region: Delete nd_blk_region infrastructure
Dan Williams
1
-24
/
+0
2022-03-11
nvdimm/namespace: Delete nd_namespace_blk
Dan Williams
1
-26
/
+0
2022-03-11
Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
1
-6
/
+333
2022-03-11
remoteproc: Change rproc_shutdown() to return a status
Suman Anna
1
-1
/
+1
2022-03-11
Merge branch 'davidh' (fixes from David Howells)
Linus Torvalds
1
-1
/
+2
2022-03-11
watch_queue: Fix filter limit check
David Howells
1
-1
/
+2
2022-03-11
remoteproc: move rproc_da_to_va declaration to remoteproc.h
Suman Anna
1
-0
/
+1
2022-03-11
tracing: Add snapshot at end of kernel boot up
Steven Rostedt (Google)
1
-1
/
+10
2022-03-11
tracing: Add TRACE_CUSTOM_EVENT() macro
Steven Rostedt (Google)
1
-1
/
+23
2022-03-11
Merge tag 'icc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-next
Greg Kroah-Hartman
1
-7
/
+29
2022-03-11
coresight: Drop unused 'none' enum value for each component
Anshuman Khandual
1
-5
/
+0
2022-03-10
net/mlx5: Parse module mapping using mlx5_ifc
Gal Pressman
2
-5
/
+4
2022-03-10
net/mlx5: Query the maximum MCIA register read size from firmware
Gal Pressman
2
-2
/
+3
2022-03-10
compiler_types: Refactor the use of btf_type_tag attribute.
Hao Luo
1
-10
/
+9
2022-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
12
-53
/
+113
2022-03-10
Merge tag 'net-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-5
/
+6
2022-03-10
tracehook: Remove tracehook.h
Eric W. Biederman
1
-56
/
+0
2022-03-10
resume_user_mode: Move to resume_user_mode.h
Eric W. Biederman
3
-52
/
+65
2022-03-10
resume_user_mode: Remove #ifdef TIF_NOTIFY_RESUME in set_notify_resume
Eric W. Biederman
1
-2
/
+0
2022-03-10
signal: Move set_notify_signal and clear_notify_signal into sched/signal.h
Eric W. Biederman
2
-17
/
+17
2022-03-10
task_work: Decouple TIF_NOTIFY_SIGNAL and task_work
Eric W. Biederman
1
-13
/
+2
2022-03-10
task_work: Call tracehook_notify_signal from get_signal on all architectures
Eric W. Biederman
2
-3
/
+8
2022-03-10
net: phy: correct spelling error of media in documentation
Colin Foster
1
-2
/
+2
2022-03-10
Merge tag 'mlx5-updates-2022-03-09' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
Jakub Kicinski
2
-12
/
+35
[prev]
[next]