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-01-09
rhashtable: avoid unnecessary wakeup for worker queue
Ying Xue
1
-1
/
+1
2015-01-09
rhashtable: involve rhashtable_lookup_insert routine
Ying Xue
1
-0
/
+1
2015-01-09
vfs: renumber FMODE_NONOTIFY and add to uniqueness check
David Drysdale
1
-1
/
+1
2015-01-09
mm: protect set_page_dirty() from ongoing truncation
Johannes Weiner
1
-1
/
+0
2015-01-09
mm: prevent endless growth of anon_vma hierarchy
Konstantin Khlebnikov
1
-0
/
+10
2015-01-09
Merge tag 'pm+acpi-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2015-01-08
regulator: Allow parsing custom properties when using simplified DT parsing
Krzysztof Kozlowski
1
-0
/
+13
2015-01-08
regulator: s2mps11: Fix wrong calculation of register offset
Jonghwa Lee
1
-0
/
+2
2015-01-08
libceph: fix sparse endianness warnings
Ilya Dryomov
1
-2
/
+2
2015-01-08
blk-mq: Allow requests to never expire
Keith Busch
1
-0
/
+2
2015-01-08
blk-mq: Add helper to abort requeued requests
Jens Axboe
1
-0
/
+1
2015-01-08
blk-mq: Let drivers cancel requeue_work
Keith Busch
1
-0
/
+1
2015-01-08
blk-mq: Export if requests were started
Keith Busch
1
-0
/
+1
2015-01-08
libata: Whitelist SSDs that are known to properly return zeroes after TRIM
Martin K. Petersen
1
-0
/
+1
2015-01-08
crypto: aead - add check for presence of auth tag
Stephan Mueller
1
-0
/
+3
2015-01-08
efi: Rename efi_guid_unparse to efi_guid_to_str
Borislav Petkov
1
-1
/
+1
2015-01-08
mtd: implement common reboot notifier boilerplate
Brian Norris
1
-0
/
+1
2015-01-07
mtd: spi-nor: Add quad I/O support for Micron SPI NOR
Bean Huo 霍斌斌 (beanhuo)
1
-0
/
+7
2015-01-07
time: settimeofday: Validate the values of tv from user
Sasha Levin
1
-0
/
+13
2015-01-07
blk-mq: get rid of ->cmd_size in the hardware queue
Jens Axboe
1
-2
/
+1
2015-01-07
Merge tag 'v3.19-rc3' into spi-sh-msiof
Mark Brown
9
-45
/
+37
2015-01-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-21
/
+3
2015-01-07
workqueue.h: remove loops of single statement macros
Valentin Rothberg
1
-6
/
+2
2015-01-07
Merge branches 'acpi-pm', 'acpi-processor' and 'acpi-video'
Rafael J. Wysocki
9
-47
/
+35
2015-01-07
ethtool: Extend ethtool plugin module eeprom API to phylib
Ed Swierk
1
-0
/
+9
2015-01-07
mm: propagate error from stack expansion even for guard page
Linus Torvalds
1
-1
/
+1
2015-01-06
brcmfmac: Add support for bcm43340/1 wireless chipsets
Arend van Spriel
1
-2
/
+4
2015-01-06
rcu: Combine DEFINE_SRCU() and DEFINE_STATIC_SRCU()
Paul E. McKenney
1
-6
/
+4
2015-01-06
rcu: Expand SRCU ->completed to 64 bits
Paul E. McKenney
1
-2
/
+2
2015-01-06
rculist: Fix sparse warning
Ying Xue
1
-8
/
+8
2015-01-06
rcupdate: Replace smp_read_barrier_depends() with lockless_dereference()
Pranith Kumar
1
-5
/
+5
2015-01-06
compiler: Allow 1- and 2-byte smp_load_acquire() and smp_store_release()
Paul E. McKenney
1
-1
/
+1
2015-01-06
cgroup: add dummy css_put() for !CONFIG_CGROUPS
Tejun Heo
1
-0
/
+4
2015-01-06
cgroup: reorder SUBSYS(blkio) in cgroup_subsys.h
Tejun Heo
1
-4
/
+4
2015-01-06
percpu_ref: implement percpu_ref_is_dying()
Tejun Heo
1
-0
/
+14
2015-01-06
percpu_ref: remove unnecessary ACCESS_ONCE() in percpu_ref_tryget_live()
Tejun Heo
1
-3
/
+17
2015-01-06
ip: Move checksum convert defines to inet
Tom Herbert
1
-15
/
+1
2015-01-06
NFSv4: Cache the NFSv4/v4.1 client owner_id in the struct nfs_client
Trond Myklebust
1
-0
/
+3
2015-01-06
ACPI / processor: Rename acpi_(un)map_lsapic() to acpi_(un)map_cpu()
Hanjun Guo
1
-2
/
+2
2015-01-05
list_nulls: fix missing header
Ying Xue
1
-0
/
+3
2015-01-05
rhashtable: fix missing header
Ying Xue
1
-0
/
+1
2015-01-03
rhashtable: Supports for nulls marker
Thomas Graf
2
-11
/
+49
2015-01-03
rhashtable: Per bucket locks & deferred expansion/shrinking
Thomas Graf
1
-11
/
+26
2015-01-03
spinlock: Add spin_lock_bh_nested()
Thomas Graf
3
-0
/
+11
2015-01-03
nft_hash: Remove rhashtable_remove_pprev()
Thomas Graf
1
-2
/
+0
2015-01-03
rhashtable: Convert bucket iterators to take table and index
Thomas Graf
1
-57
/
+116
2015-01-03
rhashtable: Do hashing inside of rhashtable_lookup_compare()
Thomas Graf
1
-4
/
+1
2015-01-03
blk-mq: export blk_mq_freeze_queue()
Jens Axboe
1
-0
/
+1
2015-01-03
Merge tag 'v3.19-rc2' into for-3.20/core
Jens Axboe
5
-8
/
+84
2015-01-03
timecounter: provide a macro to initialize the cyclecounter mask field.
Richard Cochran
1
-1
/
+4
[prev]
[next]