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
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-24
writeback: safer lock nesting
Greg Thelen
2
-14
/
+21
2018-04-24
HID: input: fix battery level reporting on BT mice
Dmitry Torokhov
1
-1
/
+8
2018-04-24
block: use 32-bit blk_status_t on Alpha
Mikulas Patocka
1
-0
/
+5
2018-04-24
HID: core: Fix size as type u32
Aaron Ma
1
-3
/
+3
2018-04-24
task_struct: only use anon struct under randstruct plugin
Kees Cook
2
-12
/
+3
2018-04-24
mm/hmm: fix header file if/else/endif maze
Jérôme Glisse
1
-8
/
+1
2018-04-24
tty: make n_tty_read() always abort if hangup is in progress
Tejun Heo
1
-0
/
+1
2018-04-12
net/mlx5: Fix race for multiple RoCE enable
Daniel Jurgens
1
-1
/
+1
2018-04-12
clk: divider: fix incorrect usage of container_of
Jerome Brunet
1
-1
/
+1
2018-04-08
bitmap: fix memset optimization on big-endian systems
Omar Sandoval
1
-5
/
+17
2018-04-08
netfilter: x_tables: add and use xt_check_proc_name
Florian Westphal
1
-0
/
+2
2018-03-31
net: use skb_to_full_sk() in skb_update_prio()
Eric Dumazet
1
-2
/
+2
2018-03-31
rhashtable: Fix rhlist duplicates insertion
Paul Blakey
1
-1
/
+3
2018-03-31
net: phy: Tell caller result of phy_change()
Brad Mouring
1
-1
/
+0
2018-03-28
mtd: nand: fsl_ifc: Read ECCSTAT0 and ECCSTAT1 registers for IFC 2.0
Jagdish Gediya
1
-5
/
+1
2018-03-28
Revert "mm: page_alloc: skip over regions of invalid pfns where possible"
Daniel Vacek
1
-1
/
+0
2018-03-24
IB/mlx5: Fix integer overflows in mlx5_ib_create_srq
Boris Pismenny
1
-2
/
+2
2018-03-21
KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid
Marc Zyngier
2
-0
/
+2
2018-03-21
fs: Teach path_connected to handle nfs filesystems with multiple roots.
Eric W. Biederman
1
-0
/
+1
2018-03-19
dma-buf/fence: Fix lock inversion within dma-fence-array
Chris Wilson
1
-0
/
+3
2018-03-19
usb: quirks: add control message delay for 1b1c:1b20
Danilo Krummrich
1
-0
/
+3
2018-03-19
net: phy: Restore phy_resume() locking assumption
Andrew Lunn
1
-0
/
+1
2018-03-15
x86/retpoline: Support retpoline builds with Clang
David Woodhouse
3
-4
/
+13
2018-03-15
nospec: Include <asm/barrier.h> dependency
Dan Williams
1
-0
/
+1
2018-03-15
nospec: Kill array_index_nospec_mask_check()
Dan Williams
1
-21
/
+1
2018-03-15
workqueue: Allow retrieval of current task's work struct
Lukas Wunner
1
-0
/
+1
2018-03-15
tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
Azhar Shaikh
1
-0
/
+1
2018-03-08
nospec: Allow index argument to have const-qualified type
Rasmus Villemoes
1
-2
/
+1
2018-03-08
dax: fix vma_is_fsdax() helper
Dan Williams
1
-1
/
+1
2018-03-03
net/mlx5: Cleanup IRQs in case of unload failure
Moshe Shemesh
1
-1
/
+1
2018-03-03
exec: avoid gcc-8 warning for get_task_comm
Arnd Bergmann
1
-1
/
+5
2018-02-28
Kbuild: always define endianess in kconfig.h
Arnd Bergmann
1
-0
/
+6
2018-02-28
kconfig.h: Include compiler types to avoid missed struct attributes
Kees Cook
1
-0
/
+3
2018-02-25
serdev: fix receive_buf return value when no callback
Johan Hovold
1
-1
/
+1
2018-02-25
ptr_ring: try vmalloc() when kmalloc() fails
Jason Wang
1
-5
/
+8
2018-02-25
ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE
Jason Wang
1
-0
/
+2
2018-02-25
usb: core: Add a helper function to check the validity of EP type in URB
Takashi Iwai
1
-0
/
+2
2018-02-22
x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages
Tony Luck
1
-6
/
+0
2018-02-22
jbd2: fix sphinx kernel-doc build warnings
Tobin C. Harding
1
-163
/
+268
2018-02-22
mlx5: fix mlx5_get_vector_affinity to start from completion vector 0
Sagi Grimberg
1
-1
/
+1
2018-02-22
kmemcheck: rip it out for real
Michal Hocko
1
-1
/
+0
2018-02-22
kmemcheck: rip it out
Levin, Alexander (Sasha Levin)
2
-186
/
+0
2018-02-22
kmemcheck: remove whats left of NOTRACK flags
Levin, Alexander (Sasha Levin)
2
-15
/
+0
2018-02-22
kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK
Levin, Alexander (Sasha Levin)
1
-3
/
+2
2018-02-22
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
7
-30
/
+1
2018-02-22
nospec: Move array_index_nospec() parameter checking into separate macro
Will Deacon
1
-15
/
+21
2018-02-22
PM: cpuidle: Fix cpuidle_poll_state_init() prototype
Rafael J. Wysocki
1
-1
/
+1
2018-02-22
compiler-gcc.h: __nostackprotector needs gcc-4.4 and up
Geert Uytterhoeven
1
-2
/
+1
2018-02-22
compiler-gcc.h: Introduce __optimize function attribute
Geert Uytterhoeven
2
-0
/
+8
2018-02-16
crypto: hash - prevent using keyed hashes without setting key
Eric Biggers
1
-0
/
+2
[next]