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
2012-10-07
serial: set correct baud_base for EXSYS EX-41092 Dual 16950
Flavio Leitner
1
-1
/
+0
2012-10-02
kthread_worker: reimplement flush_kthread_work() to allow freeing the work it...
Tejun Heo
1
-6
/
+2
2012-10-02
time: Move ktime_t overflow checking into timespec_valid_strict
John Stultz
1
-0
/
+7
2012-10-02
time: Improve sanity checking of timekeeping inputs
John Stultz
2
-9
/
+20
2012-10-02
sched: Fix race in task_group()
Peter Zijlstra
2
-2
/
+15
2012-10-02
NFS: Fix the initialisation of the readdir 'cookieverf' array
Trond Myklebust
1
-5
/
+0
2012-10-02
mm/ia64: fix a memory block size bug
Jianguo Wu
1
-1
/
+1
2012-10-02
kobject: fix oops with "input0: bad kobj_uevent_env content in show_uevent()"
Bjørn Mork
1
-1
/
+1
2012-10-02
mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption.
Ian Chen
1
-0
/
+1
2012-10-02
perf_event: Switch to internal refcount, fix race with close()
Al Viro
1
-1
/
+1
2012-10-02
vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()
Miklos Szeredi
1
-0
/
+2
2012-10-02
bnx2x: fix 57840_MF pci id
Yuval Mintz
1
-1
/
+1
2012-10-02
af_packet: don't emit packet on orig fanout group
Eric Leblond
1
-0
/
+2
2012-10-02
net: Allow driver to limit number of GSO segments per skb
Ben Hutchings
1
-0
/
+2
2012-08-27
USB: add USB_VENDOR_AND_INTERFACE_INFO() macro
Gustavo Padovan
1
-0
/
+21
2012-08-27
ext4: make sure the journal sb is written in ext4_clear_journal_err()
Theodore Ts'o
1
-0
/
+1
2012-08-15
Input: eeti_ts: pass gpio value instead of IRQ
Arnd Bergmann
1
-0
/
+1
2012-08-15
ARM: pxa: remove irq_to_gpio from ezx-pcap driver
Arnd Bergmann
1
-0
/
+1
2012-08-15
random: remove rand_initialize_irq()
Theodore Ts'o
2
-3
/
+0
2012-08-15
random: add new get_random_bytes_arch() function
Theodore Ts'o
1
-0
/
+1
2012-08-15
random: create add_device_randomness() interface
Linus Torvalds
1
-0
/
+1
2012-08-15
random: make 'add_interrupt_randomness()' do something sane
Theodore Ts'o
1
-1
/
+1
2012-08-09
posix_types.h: Cleanup stale __NFDBITS and related definitions
Josh Boyer
2
-23
/
+3
2012-08-09
workqueue: perform cpu down operations from low priority cpu_notifier()
Tejun Heo
1
-2
/
+3
2012-08-09
tun: fix a crash bug and a memory leak
Mikulas Patocka
1
-0
/
+1
2012-08-09
x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faults
Tony Luck
1
-0
/
+1
2012-07-19
NFC: Export nfc.h to userland
Samuel Ortiz
1
-0
/
+1
2012-07-19
timekeeping: Provide hrtimer update function
Thomas Gleixner
1
-0
/
+1
2012-07-19
hrtimer: Provide clock_was_set_delayed()
John Stultz
1
-1
/
+8
2012-07-19
sched/nohz: Rewrite and fix load-avg computation -- again
Peter Zijlstra
1
-0
/
+8
2012-07-16
memblock: free allocated memblock_reserved_regions later
Yinghai Lu
1
-3
/
+1
2012-07-16
memory hotplug: fix invalid memory access caused by stale kswapd pointer
Jiang Liu
1
-1
/
+1
2012-07-16
splice: fix racy pipe->buffers uses
Eric Dumazet
1
-4
/
+4
2012-07-16
SUNRPC: new svc_bind() routine introduced
Stanislav Kinsbursky
1
-0
/
+1
2012-07-16
Lockd: pass network namespace to creation and destruction routines
Stanislav Kinsbursky
1
-2
/
+2
2012-07-16
PCI: EHCI: fix crash during suspend on ASUS computers
Alan Stern
1
-2
/
+0
2012-07-16
aio: make kiocb->private NUll in init_sync_kiocb()
Junxiao Bi
1
-0
/
+1
2012-07-16
rpmsg: make sure inflight messages don't invoke just-removed callbacks
Ohad Ben-Cohen
1
-0
/
+3
2012-07-16
rpmsg: avoid premature deallocation of endpoints
Ohad Ben-Cohen
1
-0
/
+3
2012-07-16
mm: fix slab->page _count corruption when using slub
Pravin B Shelar
1
-0
/
+10
2012-07-16
net: remove skb_orphan_try()
Eric Dumazet
1
-5
/
+2
2012-06-22
USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2
Alan Stern
2
-2
/
+2
2012-06-22
swap: fix shmem swapping when more than 8 areas
Hugh Dickins
1
-3
/
+5
2012-06-17
libata: add a host flag to ignore detected ATA devices
Andy Whitcroft
1
-0
/
+1
2012-06-17
module_param: stop double-calling parameters.
Rusty Russell
1
-5
/
+5
2012-06-09
radix-tree: fix contiguous iterator
Konstantin Khlebnikov
1
-1
/
+4
2012-06-09
skb: avoid unnecessary reallocations in __skb_cow
Felix Fietkau
1
-2
/
+0
2012-06-09
kbuild: install kernel-page-flags.h
Ulrich Drepper
2
-0
/
+5
2012-06-01
mmc: sdio: avoid spurious calls to interrupt handlers
Nicolas Pitre
1
-0
/
+2
2012-06-01
usbhid: prevent deadlock during timeout
Oliver Neukum
1
-0
/
+3
[next]