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
2016-02-19
kernel/signal.c: unexport sigsuspend()
Richard Weinberger
1
-1
/
+0
2016-01-28
arm64: fix building without CONFIG_UID16
Arnd Bergmann
2
-2
/
+2
2016-01-28
unix: properly account for FDs passed over unix sockets
willy tarreau
1
-0
/
+1
2016-01-22
USB: add quirk for devices with broken LPM
Alan Stern
1
-0
/
+3
2016-01-22
ext4, jbd2: ensure entering into panic after recording an error in superblock
Daeho Jeong
1
-0
/
+1
2015-10-27
skbuff: Fix skb checksum partial check.
Pravin B Shelar
1
-1
/
+1
2015-10-27
skbuff: Fix skb checksum flag on skb pull
Pravin B Shelar
1
-0
/
+3
2015-10-22
security: fix typo in security_task_prctl
Jann Horn
1
-1
/
+1
2015-09-21
iio: Add inverse unit conversion macros
Lars-Peter Clausen
1
-0
/
+17
2015-08-03
nfs: increase size of EXCHANGE_ID name string buffer
Jeff Layton
1
-1
/
+1
2015-08-03
libata: add ATA_HORKAGE_NOTRIM
Arne Fitzenreiter
1
-0
/
+1
2015-08-03
jbd2: fix ocfs2 corrupt when updating journal superblock fails
Joseph Qi
1
-2
/
+2
2015-07-03
bus: mvebu: pass the coherency availability information at init time
Greg Ungerer
1
-1
/
+1
2015-07-03
include/linux/sched.h: don't use task->pid/tgid in same_thread_group/has_grou...
Oleg Nesterov
1
-4
/
+4
2015-07-03
get rid of s_files and files_lock
Al Viro
1
-13
/
+0
2015-07-03
fput: turn "list_head delayed_fput_list" into llist_head
Oleg Nesterov
1
-0
/
+2
2015-06-05
libata: Ignore spurious PHY event on LPM policy change
Gabriele Mazzotta
1
-0
/
+9
2015-06-05
libata: Add helper to determine when PHY events should be ignored
Gabriele Mazzotta
1
-0
/
+1
2015-05-17
revert "softirq: Add support for triggering softirq work on softirqs"
Christoph Hellwig
1
-22
/
+0
2015-05-17
nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()
Ryusuke Konishi
1
-1
/
+1
2015-05-06
usb: define a generic USB_RESUME_TIMEOUT macro
Felipe Balbi
1
-0
/
+26
2015-04-29
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
1
-2
/
+3
2015-04-29
move d_rcu from overlapping d_child to overlapping d_alias
Al Viro
1
-4
/
+4
2015-04-29
remove extra definitions of U32_MAX
Alex Elder
1
-19
/
+0
2015-04-29
conditionally define U32_MAX
Alex Elder
1
-0
/
+2
2015-04-19
kernel.h: define u8, s8, u32, etc. limits
Alex Elder
1
-0
/
+13
2015-04-19
Defer processing of REQ_PREEMPT requests for blocked devices
Bart Van Assche
1
-1
/
+3
2015-03-26
workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...
Tejun Heo
1
-1
/
+2
2015-03-06
usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGN
Sebastian Andrzej Siewior
1
-0
/
+1
2015-03-06
fsnotify: fix handling of renames in audit
Jan Kara
1
-2
/
+4
2015-01-29
quota: provide interface for readding allocated space into reserved space
Jan Kara
2
-0
/
+16
2015-01-29
crypto: prefix module autoloading with "crypto-"
Kees Cook
1
-0
/
+13
2015-01-29
time: settimeofday: Validate the values of tv from user
Sasha Levin
1
-0
/
+13
2015-01-16
mm: propagate error from stack expansion even for guard page
Linus Torvalds
1
-1
/
+1
2015-01-16
pstore-ram: Allow optional mapping with pgprot_noncached
Tony Lindgren
1
-1
/
+3
2015-01-08
userns: Add a knob to disable setgroups on a per user namespace basis
Eric W. Biederman
1
-0
/
+7
2015-01-08
userns: Don't allow setgroups until a gid mapping has been setablished
Eric W. Biederman
1
-0
/
+5
2015-01-08
groups: Consolidate the setgroups permission checks
Eric W. Biederman
1
-0
/
+1
2014-12-06
iio: Fix IIO_EVENT_CODE_EXTRACT_DIR bit mask
Cristina Ciocan
1
-1
/
+1
2014-12-06
PCI/MSI: Add device flag indicating that 64-bit MSIs don't work
Benjamin Herrenschmidt
1
-0
/
+1
2014-12-06
inetdevice: fixed signed integer overflow
Vincent BENAYOUN
1
-1
/
+1
2014-11-21
mm: memcg: handle non-error OOM situations more gracefully
Johannes Weiner
2
-43
/
+14
2014-11-21
mm: memcg: do not trap chargers with full callstack on OOM
Johannes Weiner
2
-0
/
+25
2014-11-21
mm: memcg: enable memcg OOM killer only for user faults
Johannes Weiner
2
-0
/
+47
2014-11-21
arch: mm: pass userspace fault flag to generic fault handler
Johannes Weiner
1
-0
/
+1
2014-11-21
clocksource: Remove "weak" from clocksource_default_clock() declaration
Bjorn Helgaas
1
-1
/
+1
2014-11-21
kgdb: Remove "weak" from kgdb_arch_pc() declaration
Bjorn Helgaas
1
-1
/
+1
2014-11-21
nfs: fix pnfs direct write memory leak
Peng Tao
1
-0
/
+11
2014-11-14
of: Fix overflow bug in string property parsing functions
Grant Likely
1
-14
/
+70
2014-11-14
OOM, PM: OOM killed task shouldn't escape PM suspend
Michal Hocko
1
-0
/
+3
[next]