index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-17
xarray: Fix early termination of xas_for_each_marked
Matthew Wilcox (Oracle)
1
-1
/
+5
2020-04-17
signal: Extend exec_id to 64bits
Eric W. Biederman
1
-2
/
+2
2020-04-17
cpu/hotplug: Ignore pm_wakeup_pending() for disable_nonboot_cpus()
Thomas Gleixner
1
-3
/
+9
2020-04-17
rcu: Make rcu_barrier() account for offline no-CBs CPUs
Paul E. McKenney
1
-0
/
+1
2020-04-17
PCI: endpoint: Fix for concurrent memory allocation in OB address region
Kishon Vijay Abraham I
1
-0
/
+3
2020-04-17
nvme-fc: Revert "add module to ops template to allow module references"
James Smart
1
-4
/
+0
2020-04-17
thermal: devfreq_cooling: inline all stubs for CONFIG_DEVFREQ_THERMAL=n
Martin Blumenstingl
1
-1
/
+1
2020-04-17
ACPICA: Allow acpi_any_gpe_status_set() to skip one GPE
Rafael J. Wysocki
1
-1
/
+1
2020-04-17
block: Fix use-after-free issue accessing struct io_cq
Sahitya Tummala
1
-0
/
+1
2020-04-17
media: rc: add keymap for Videostrong KII Pro
Mohammad Rasim
1
-0
/
+1
2020-04-13
IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads
Alex Vesker
1
-1
/
+5
2020-04-13
ACPI: PM: Add acpi_[un]register_wakeup_handler()
Hans de Goede
1
-0
/
+5
2020-04-08
Revert "ALSA: uapi: Drop asound.h inclusion from asoc.h"
Takashi Iwai
1
-0
/
+1
2020-04-08
coresight: do not use the BIT() macro in the UAPI header
Eugene Syromiatnikov
1
-2
/
+4
2020-04-02
vt: switch vt_dont_switch to bool
Jiri Slaby
1
-1
/
+1
2020-04-02
vt: selection, introduce vc_is_sel
Jiri Slaby
1
-1
/
+3
2020-03-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+12
2020-03-29
mm: fork: fix kernel_stack memcg stats for various stack implementations
Roman Gushchin
1
-0
/
+12
2020-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-2
/
+3
2020-03-28
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2020-03-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-0
/
+1
2020-03-27
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+5
2020-03-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2
-5
/
+8
2020-03-26
Merge tag 'ceph-for-5.6-rc8' of git://github.com/ceph/ceph-client
Linus Torvalds
3
-5
/
+12
2020-03-26
Input: move the new KEY_SELECTIVE_SCREENSHOT keycode
Dmitry Torokhov
1
-1
/
+1
2020-03-26
Merge tag 'mac80211-for-net-2020-03-26' of git://git.kernel.org/pub/scm/linux...
David S. Miller
1
-2
/
+2
2020-03-25
clk: Pass correct arguments to __clk_hw_register_gate()
Stephen Boyd
1
-5
/
+5
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
6
-32
/
+54
2020-03-25
net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build
Pablo Neira Ayuso
2
-20
/
+32
2020-03-25
ieee80211: fix HE SPR size calculation
Johannes Berg
1
-2
/
+2
2020-03-24
net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_pop
Vladimir Oltean
1
-7
/
+0
2020-03-24
Input: avoid BIT() macro usage in the serio.h UAPI header
Eugene Syromiatnikov
1
-5
/
+5
2020-03-23
netlink: check for null extack in cookie helpers
Michal Kubecek
1
-0
/
+4
2020-03-23
libceph: fix alloc_msg_with_page_vector() memory leaks
Ilya Dryomov
1
-3
/
+4
2020-03-23
ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULL
Ilya Dryomov
2
-2
/
+8
2020-03-23
i2c: fix a doc warning
Mauro Carvalho Chehab
1
-2
/
+2
2020-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-3
/
+4
2020-03-21
x86/mm: split vmalloc_sync_all()
Joerg Roedel
1
-2
/
+3
2020-03-21
page-flags: fix a crash at SetPageError(THP_SWAP)
Qian Cai
1
-1
/
+1
2020-03-21
Merge tag 'io_uring-5.6-20200320' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-1
/
+3
2020-03-20
io_uring: make sure accept honor rlimit nofile
Jens Axboe
1
-1
/
+2
2020-03-20
io_uring: make sure openat/openat2 honor rlimit nofile
Jens Axboe
1
-0
/
+1
2020-03-19
Merge tag 'rxrpc-fixes-20200319' of git://git.kernel.org/pub/scm/linux/kernel...
David S. Miller
2
-5
/
+9
2020-03-17
Input: allocate keycode for "Selective Screenshot" key
Rajat Jain
1
-0
/
+3
2020-03-17
bpf: Sanitize the bpf_struct_ops tcp-cc name
Martin KaFai Lau
1
-0
/
+1
2020-03-16
netlink: add nl_set_extack_cookie_u32()
Michal Kubecek
1
-0
/
+9
2020-03-15
Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-7
/
+11
2020-03-15
Merge tag 'iommu-fixes-v5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-5
/
+11
2020-03-14
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-6
/
+6
2020-03-13
afs: Fix client call Rx-phase signal handling
David Howells
1
-3
/
+1
[next]