index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-09
ktime: Optimize ktime_divns for constant divisors
Nicolas Pitre
1
-1
/
+11
2015-05-23
nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()
Ryusuke Konishi
1
-1
/
+1
2015-05-18
uas: Add US_FL_MAX_SECTORS_240 flag
Hans de Goede
1
-0
/
+2
2015-05-18
mm/hugetlb: take page table lock in follow_huge_pmd()
Naoya Horiguchi
2
-4
/
+8
2015-05-18
ebpf: verifier: check that call reg with ARG_ANYTHING is initialized
Daniel Borkmann
1
-1
/
+3
2015-05-18
usb: define a generic USB_RESUME_TIMEOUT macro
Felipe Balbi
1
-0
/
+26
2015-05-11
net: fix crash in build_skb()
Eric Dumazet
1
-0
/
+1
2015-05-11
net: add skb_checksum_complete_unset
Tom Herbert
1
-0
/
+12
2015-05-11
kvm: add a memslot flag for incoherent memory regions
Ard Biesheuvel
1
-0
/
+1
2015-04-28
usbnet: Fix tx_bytes statistic running backward in cdc_ncm
Ben Hutchings
1
-2
/
+4
2015-04-28
usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME drivers
Ben Hutchings
1
-0
/
+12
2015-04-27
vlan: introduce *vlan_hwaccel_push_inside helpers
Jiri Pirko
1
-0
/
+34
2015-04-27
vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto
Jiri Pirko
1
-3
/
+5
2015-04-27
vlan: kill vlan_put_tag helper
Jiri Pirko
1
-18
/
+0
2015-04-27
ipv6: protect skb->sk accesses from recursive dereference inside the stack
hannes@stressinduktion.org
1
-0
/
+6
2015-04-27
kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)
Christian Borntraeger
1
-6
/
+6
2015-04-27
kernel: Provide READ_ONCE and ASSIGN_ONCE
Christian Borntraeger
1
-0
/
+74
2015-04-25
cpuidle: remove state_count field from struct cpuidle_device
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2015-04-25
Defer processing of REQ_PREEMPT requests for blocked devices
Bart Van Assche
1
-1
/
+3
2015-04-25
mm: prevent endless growth of anon_vma hierarchy
Konstantin Khlebnikov
1
-0
/
+10
2015-04-17
regulator: palmas: Correct TPS659038 register definition for REGEN2
Keerthy
1
-0
/
+3
2015-04-17
dm snapshot: suspend merging snapshot when doing exception handover
Mikulas Patocka
1
-0
/
+1
2015-04-17
sched/wait: Provide infrastructure to deal with nested blocking
Peter Zijlstra
1
-1
/
+6
2015-03-28
workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...
Tejun Heo
1
-1
/
+2
2015-03-14
Revert "USB: serial: make bulk_out_size a lower limit"
Johan Hovold
1
-2
/
+1
2015-03-07
quota: Store maximum space limit in bytes
Jan Kara
1
-2
/
+2
2015-03-07
USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)
Alan Stern
1
-0
/
+2
2015-03-07
USB: don't cancel queued resets when unbinding drivers
Alan Stern
1
-5
/
+0
2015-03-07
usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGN
Sebastian Andrzej Siewior
1
-0
/
+1
2015-03-07
SUNRPC: NULL utsname dereference on NFS umount during namespace cleanup
Trond Myklebust
1
-1
/
+2
2015-03-07
NFS: struct nfs_commit_info.lock must always point to inode->i_lock
Trond Myklebust
1
-1
/
+1
2015-03-07
fsnotify: fix handling of renames in audit
Jan Kara
1
-2
/
+4
2015-02-11
tracing: Add condition check to RCU lockdep checks
Steven Rostedt (Red Hat)
1
-1
/
+1
2015-02-06
quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units
Jan Kara
2
-4
/
+47
2015-02-06
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
1
-2
/
+4
2015-01-30
crypto: prefix module autoloading with "crypto-"
Kees Cook
1
-0
/
+13
2015-01-30
mm: get rid of radix tree gfp mask for pagecache_get_page
Michal Hocko
1
-7
/
+6
2015-01-30
time: settimeofday: Validate the values of tv from user
Sasha Levin
1
-0
/
+13
2015-01-30
PCI: Add flag for devices where we can't use bus reset
Alex Williamson
1
-0
/
+2
2015-01-30
PCI: Add pci_claim_bridge_resource() to clip window if necessary
Yinghai Lu
1
-0
/
+1
2015-01-30
libata: allow sata_sil24 to opt-out of tag ordered submission
Dan Williams
1
-0
/
+1
2015-01-27
genirq: Prevent proc race against freeing of irq descriptors
Thomas Gleixner
1
-0
/
+1
2015-01-27
net: Generalize ndo_gso_check to ndo_features_check
Jesse Gross
1
-9
/
+11
2015-01-16
mm: propagate error from stack expansion even for guard page
Linus Torvalds
1
-1
/
+1
2015-01-16
mm: protect set_page_dirty() from ongoing truncation
Johannes Weiner
1
-1
/
+0
2015-01-16
pstore-ram: Allow optional mapping with pgprot_noncached
Tony Lindgren
1
-1
/
+3
2015-01-08
audit: restore AUDIT_LOGINUID unset ABI
Richard Guy Briggs
1
-0
/
+4
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
[prev]
[next]