index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-26
device: Change dev_<level> logging functions to return void
Joe Perches
1
-31
/
+29
2015-01-26
device: Fix dev_dbg_once macro
Joe Perches
1
-1
/
+1
2015-01-26
leds: Add LED Flash class extension to the LED subsystem
Jacek Anaszewski
2
-0
/
+210
2015-01-26
Merge tag 'regulator-v3.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Linus Torvalds
1
-0
/
+2
2015-01-26
NFC: st21nfcb: Fix copy/paste error in comment
Christophe Ricard
1
-1
/
+1
2015-01-26
NFC: st21nfcb: Remove useless include
Christophe Ricard
1
-2
/
+0
2015-01-26
printk: add dummy routine for when CONFIG_PRINTK=n
Pranith Kumar
1
-3
/
+12
2015-01-26
mm: page_alloc: embed OOM killing naturally into allocation slowpath
Johannes Weiner
1
-5
/
+0
2015-01-26
i2c: Only include slave support if selected
Jean Delvare
1
-0
/
+6
2015-01-26
Merge branch 'arm/smmu' into arm/renesas
Joerg Roedel
7
-2
/
+170
2015-01-26
Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmu
Joerg Roedel
1
-0
/
+144
2015-01-26
irqchip: omap-intc: Remove unused legacy interface for omap2
Tony Lindgren
1
-1
/
+0
2015-01-26
irqchip: omap-intc: Fix support for dm814 and dm816
Tony Lindgren
1
-1
/
+0
2015-01-26
rhashtable: fix rht_for_each_entry_safe() endless loop
Patrick McHardy
1
-1
/
+3
2015-01-25
new fs_pin killing logics
Al Viro
2
-3
/
+14
2015-01-25
allow attaching fs_pin to a group not associated with some superblock
Al Viro
1
-0
/
+1
2015-01-25
take count and rcu_head out of fs_pin
Al Viro
1
-8
/
+2
2015-01-25
dcache: let the dentry count go down to zero without taking d_lock
Linus Torvalds
1
-1
/
+2
2015-01-25
kill pin_put()
Al Viro
1
-1
/
+0
2015-01-25
kill d_validate()
Al Viro
1
-3
/
+0
2015-01-25
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+13
2015-01-25
net: ipv6: Add sysctl entry to disable MTU updates from RA
Harout Hedeshian
1
-0
/
+1
2015-01-25
iio: Add new operating mode for non triggered sw buffers
Karol Wrona
1
-2
/
+4
2015-01-25
net/mlx4_core: Enable device recovery flow with SRIOV
Yishai Hadas
2
-0
/
+7
2015-01-25
net/mlx4_core: Manage interface state for Reset flow cases
Yishai Hadas
1
-0
/
+7
2015-01-25
net/mlx4_core: Activate reset flow upon fatal command cases
Yishai Hadas
1
-0
/
+1
2015-01-25
net/mlx4_core: Enhance the catas flow to support device reset
Yishai Hadas
1
-0
/
+7
2015-01-25
net/mlx4_core: Refactor the catas flow to work per device
Yishai Hadas
1
-0
/
+2
2015-01-25
net/mlx4_core: Set device configuration data to be persistent across reset
Yishai Hadas
1
-0
/
+2
2015-01-25
net/mlx4_core: Maintain a persistent memory for mlx4 device
Yishai Hadas
1
-3
/
+8
2015-01-25
new primitive: debugfs_create_automount()
Al Viro
1
-0
/
+5
2015-01-25
Drivers: hv: rename sc_lock to the more generic lock
Vitaly Kuznetsov
1
-1
/
+6
2015-01-25
Drivers: hv: vmbus: Support a vmbus API for efficiently sending page arrays
K. Y. Srinivasan
1
-0
/
+31
2015-01-25
Add security hooks to binder and implement the hooks for SELinux.
Stephen Smalley
1
-0
/
+58
2015-01-25
USB: don't cancel queued resets when unbinding drivers
Alan Stern
1
-5
/
+0
2015-01-25
usb: Fix typo in `struct usb_host_interface' comment
Chris Rorvick
1
-1
/
+1
2015-01-25
USB: host: Introduce flag to enable use of 64-bit dma_mask for ehci-platform
Andreas Herrmann
1
-0
/
+1
2015-01-24
NFSv4: Update of VFS byte range lock must be atomic with the stateid update
Trond Myklebust
1
-0
/
+1
2015-01-24
NFSv4: Fix lock on-wire reordering issues
Trond Myklebust
1
-3
/
+3
2015-01-24
Merge tag 'fortglx-3.20-time' of https://git.linaro.org/people/john.stultz/linux into timers/core
Thomas Gleixner
3
-4
/
+31
2015-01-23
rtc: Convert rtc_set_ntp_time() to use timespec64
Xunlei Pang
1
-1
/
+1
2015-01-23
time: Expose get_monotonic_boottime64 for in-kernel use
John Stultz
1
-0
/
+5
2015-01-23
time: Expose getboottime64 for in-kernel uses
John Stultz
1
-2
/
+14
2015-01-23
ktime: Optimize ktime_divns for constant divisors
Nicolas Pitre
1
-1
/
+11
2015-01-23
NFSv4: Fix an atomicity problem in CLOSE
Trond Myklebust
1
-1
/
+1
2015-01-24
Merge tag 'pci-v3.19-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-0
/
+3
2015-01-23
PM / Domains: Remove pm_genpd_dev_need_restore() API
Ulf Hansson
1
-2
/
+0
2015-01-23
cpufreq: remove CPUFREQ_UPDATE_POLICY_CPU notifications
Viresh Kumar
1
-3
/
+2
2015-01-23
cpufreq: Remove (now) unused 'last_cpu' from struct cpufreq_policy
Viresh Kumar
1
-2
/
+0
2015-01-23
cpufreq: stats: get rid of per-cpu cpufreq_stats_table
Viresh Kumar
1
-0
/
+3
[prev]
[next]