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
2018-07-13
rcu: Improve rcu_note_voluntary_context_switch() reporting
Byungchul Park
1
-2
/
+2
2018-07-13
rcu: Make rcu_read_unlock_special() static
Paul E. McKenney
1
-1
/
+0
2018-07-13
net: Don't copy pfmemalloc flag in __copy_skb_header()
Stefano Brivio
1
-5
/
+5
2018-07-13
Merge branch 'i2c/precise-locking-names_immutable' into i2c/for-4.19
Wolfram Sang
1
-12
/
+0
2018-07-13
i2c: remove i2c_lock_adapter and use i2c_lock_bus directly
Peter Rosin
1
-12
/
+0
2018-07-13
tcp: use monotonic timestamps for PAWS
Arnd Bergmann
1
-2
/
+2
2018-07-13
Merge branches 'expedited.2018.07.12a', 'fixes.2018.07.12a', 'srcu.2018.06.25...
Paul E. McKenney
2
-1
/
+18
2018-07-12
Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...
Thomas Gleixner
30
-80
/
+193
2018-07-12
ktime: Provide typesafe ktime_to_ns()
Eric Dumazet
1
-2
/
+5
2018-07-12
new helper: open_with_fake_path()
Al Viro
1
-0
/
+2
2018-07-12
serial: 8250: export serial8250_do_set_divisor()
Jisheng Zhang
1
-0
/
+3
2018-07-12
serial: 8250: introduce get_divisor() and set_divisor() hook
Jisheng Zhang
1
-0
/
+7
2018-07-12
make alloc_file() static
Al Viro
1
-2
/
+0
2018-07-12
new helper: alloc_file_clone()
Al Viro
1
-0
/
+2
2018-07-12
new wrapper: alloc_file_pseudo()
Al Viro
1
-0
/
+3
2018-07-12
kill FILE_{CREATED,OPENED}
Al Viro
1
-4
/
+0
2018-07-12
get rid of 'opened' argument of ->atomic_open() - part 3
Al Viro
1
-1
/
+1
2018-07-12
getting rid of 'opened' argument of ->atomic_open() - part 1
Al Viro
1
-2
/
+1
2018-07-12
IMA: don't propagate opened through the entire thing
Al Viro
1
-2
/
+2
2018-07-12
introduce FMODE_CREATED and switch to it
Al Viro
1
-0
/
+1
2018-07-12
fold put_filp() into fput()
Al Viro
1
-1
/
+0
2018-07-12
introduce FMODE_OPENED
Al Viro
1
-0
/
+2
2018-07-12
->file_open(): lose cred argument
Al Viro
1
-1
/
+1
2018-07-12
security_file_open(): lose cred argument
Al Viro
1
-3
/
+2
2018-07-12
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
Al Viro
1
-1
/
+1
2018-07-12
kernel: add kcompat_sys_{f,}statfs64()
Mark Rutland
1
-0
/
+11
2018-07-12
kernel: add ksys_personality()
Mark Rutland
1
-0
/
+11
2018-07-12
net: Add lag.h, net_lag_port_dev_txable()
Petr Machata
1
-0
/
+13
2018-07-12
team: Publish team_port_get_rcu()
Petr Machata
1
-0
/
+5
2018-07-12
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
1
-6
/
+28
2018-07-12
iomap: add support for sub-pagesize buffered I/O without buffer heads
Christoph Hellwig
1
-0
/
+31
2018-07-12
Merge branch 'iomap-4.19-merge' into xfs-4.19-merge
Darrick J. Wong
1
-0
/
+16
2018-07-11
Merge branch 'for-4.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+24
2018-07-11
libata: remove ata_sff_data_xfer_noirq()
Sebastian Andrzej Siewior
1
-2
/
+0
2018-07-11
Merge tag 'char-misc-4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2018-07-11
w1: core: match sub-nodes of bus masters in devicetree
Daniel Mack
1
-0
/
+2
2018-07-11
drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
Al Viro
1
-0
/
+1
2018-07-11
turn filp_clone_open() into inline wrapper for dentry_open()
Al Viro
1
-1
/
+4
2018-07-11
netfilter: Add nf_ct_get_tuple_skb global lookup function
Toke Høiland-Jørgensen
1
-0
/
+11
2018-07-11
scsi: target: sbitmap: add seq_file forward declaration
Arnd Bergmann
1
-0
/
+2
2018-07-10
arm_pmu: Add support for 64bit event counters
Suzuki K Poulose
1
-0
/
+6
2018-07-10
arm_pmu: Change API to support 64bit counter values
Suzuki K Poulose
1
-2
/
+2
2018-07-10
arm_pmu: Clean up maximum period handling
Suzuki K Poulose
1
-1
/
+0
2018-07-10
watchdog/softlockup: Fix the SOFTLOCKUP_DETECTOR=n build
Peter Zijlstra
1
-7
/
+8
2018-07-10
iommu: Remove IOMMU_OF_DECLARE
Rob Herring
1
-4
/
+0
2018-07-10
driver core: allow stopping deferred probe after init
Rob Herring
1
-0
/
+2
2018-07-10
ARM: davinci: unduplicate aemif support
Bartosz Golaszewski
1
-1
/
+0
2018-07-10
ARM: OMAP2+: sleep33/43xx: Add RTC-Mode support
Keerthy
1
-0
/
+3
2018-07-10
ARM: OMAP2+: sleep33/43xx: Make sleep actions configurable
Dave Gerlach
1
-1
/
+25
2018-07-10
bus: ti-sysc: Add support for using ti-sysc for MCAN on dra76x
Faiz Abbas
1
-0
/
+1
[prev]
[next]