index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-10
Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-0
/
+17
2022-01-10
Merge tag 'x86_sev_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+11
2022-01-10
Merge branches 'pm-opp', 'pm-devfreq' and 'powercap'
Rafael J. Wysocki
2
-2
/
+6
2022-01-10
Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'
Rafael J. Wysocki
4
-30
/
+58
2022-01-10
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2
-5
/
+5
2022-01-10
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
3
-17
/
+29
2022-01-10
Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
3
-0
/
+19
2022-01-10
Merge tag 'soc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-21
/
+0
2022-01-10
Merge tag 'irqchip-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
Thomas Gleixner
1
-1
/
+3
2022-01-10
Merge tag 'timers-v5.17-rc1' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core
Thomas Gleixner
1
-0
/
+20
2022-01-10
nfs: Implement cache I/O by accessing the cache directly
David Howells
1
-0
/
+28
2022-01-10
nfs: Convert to new fscache volume/cookie API
Dave Wysochanski
2
-8
/
+2
2022-01-10
Merge branch 'for-5.17/letsketch' into for-linus
Jiri Kosina
11
-31
/
+75
2022-01-10
Merge branch 'for-5.17/hidraw' into for-linus
Jiri Kosina
14
-52
/
+123
2022-01-10
Merge branch 'for-5.17/core' into for-linus
Jiri Kosina
133
-2858
/
+4215
2022-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2022-01-09
net: skb: use kfree_skb_reason() in __udp4_lib_rcv()
Menglong Dong
1
-0
/
+1
2022-01-09
net: skb: use kfree_skb_reason() in tcp_v4_rcv()
Menglong Dong
1
-0
/
+4
2022-01-09
net: skb: introduce kfree_skb_reason()
Menglong Dong
1
-1
/
+22
2022-01-09
net: openvswitch: Fix ct_state nat flags for conns arriving from tc
Paul Blakey
1
-1
/
+3
2022-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
3
-10
/
+12
2022-01-09
netfilter: egress: avoid a lockdep splat
Florian Westphal
1
-1
/
+1
2022-01-09
netfilter: conntrack: avoid useless indirection during conntrack destruction
Florian Westphal
1
-0
/
+2
2022-01-09
netfilter: make function op structures const
Florian Westphal
1
-4
/
+4
2022-01-09
netfilter: core: move ip_ct_attach indirection to struct nf_ct_hook
Florian Westphal
1
-1
/
+1
2022-01-09
netfilter: conntrack: convert to refcount_t api
Florian Westphal
1
-4
/
+4
2022-01-09
fs/locks: fix fcntl_getlk64/fcntl_setlk64 stub prototypes
Arnd Bergmann
1
-2
/
+2
2022-01-09
block: fix old-style declaration
Yang Li
1
-1
/
+1
2022-01-09
tpm: Add Upgrade/Reduced mode support for TPM2 modules
axelj
1
-0
/
+10
2022-01-08
nfs: block notification on fs with its own ->lock
J. Bruce Fields
2
-4
/
+7
2022-01-08
ptrace: Remove unused regs argument from ptrace_report_syscall
Eric W. Biederman
1
-4
/
+3
2022-01-08
exit: Remove profile_handoff_task
Eric W. Biederman
1
-19
/
+0
2022-01-08
exit: Remove profile_task_exit & profile_munmap
Eric W. Biederman
1
-26
/
+0
2022-01-08
signal: Remove the helper signal_group_exit
Eric W. Biederman
1
-7
/
+0
2022-01-08
signal: Rename group_exit_task group_exec_task
Eric W. Biederman
1
-8
/
+4
2022-01-08
signal: Remove SIGNAL_GROUP_COREDUMP
Eric W. Biederman
1
-2
/
+1
2022-01-08
power: supply: Provide stubs for charge_behaviour helpers
Thomas Weißschuh
1
-0
/
+15
2022-01-08
kthread: Generalize pf_io_worker so it can point to struct kthread
Eric W. Biederman
1
-2
/
+2
2022-01-08
Merge branch 'linus' into irq/core, to fix conflict
Ingo Molnar
30
-70
/
+159
2022-01-08
mm: Use multi-index entries in the page cache
Matthew Wilcox (Oracle)
1
-10
/
+0
2022-01-08
XArray: Add xas_advance()
Matthew Wilcox (Oracle)
1
-0
/
+18
2022-01-08
mm: Remove pagevec_remove_exceptionals()
Matthew Wilcox (Oracle)
1
-5
/
+1
2022-01-08
mm: Convert find_lock_entries() to use a folio_batch
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-01-08
filemap: Return only folios from find_get_entries()
Matthew Wilcox (Oracle)
1
-2
/
+0
2022-01-08
truncate,shmem: Add truncate_inode_folio()
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-01-08
mm: Add unmap_mapping_folio()
Matthew Wilcox (Oracle)
1
-24
/
+0
2022-01-07
Merge tag 'drm-fixes-2022-01-07' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+1
2022-01-07
spi: don't include ptp_clock_kernel.h in spi.h
Jakub Kicinski
1
-1
/
+1
2022-01-07
KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery
David Woodhouse
1
-0
/
+7
2022-01-07
KVM: Reinstate gfn_to_pfn_cache with invalidation support
David Woodhouse
2
-0
/
+121
[prev]
[next]