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-16
regulator: da9211: fix unmatched of_node
James Ban
1
-0
/
+1
2015-01-15
Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a', 'srcu.2015.01.06a', 'stall.2015.01.16a' and 'torture.2015.01.11a' into HEAD
Paul E. McKenney
6
-31
/
+70
2015-01-15
rcu: Make cond_resched_rcu_qs() apply to normal RCU flavors
Paul E. McKenney
3
-2
/
+8
2015-01-16
rhashtable: Fix race in rhashtable_destroy() and use regular work_struct
Ying Xue
1
-1
/
+1
2015-01-15
svcrdma: Support RDMA_NOMSG requests
Chuck Lever
1
-0
/
+1
2015-01-15
svcrdma: Plant reader function in struct svcxprt_rdma
Chuck Lever
1
-0
/
+10
2015-01-15
svcrdma: Clean up read chunk counting
Chuck Lever
1
-2
/
+0
2015-01-15
Merge tag 'v3.19-rc4' into next
Dmitry Torokhov
454
-5119
/
+13181
2015-01-15
gpio: Make the vararg hacks not pass magic values
Olliver Schinagl
1
-8
/
+9
2015-01-15
gpio: tc3589x: get rid of platform data
Linus Walleij
1
-12
/
+0
2015-01-15
gpio/gpiolib-of: Create of_mm_gpiochip_remove
Ricardo Ribalda Delgado
1
-0
/
+1
2015-01-15
mfd: syscon: Add atmel-smc registers definition
Boris Brezillon
1
-0
/
+173
2015-01-15
mfd: syscon: Add atmel-matrix registers definition
Boris Brezillon
1
-0
/
+117
2015-01-15
video: fbdev: Check Standard Timing against DMT
David Ung
1
-0
/
+10
2015-01-15
video: fbdev: Add additional vesa modes
David Ung
1
-1
/
+1
2015-01-15
jbd: drop jbd_ENOSYS debug
Davidlohr Bueso
2
-18
/
+0
2015-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
13
-31
/
+109
2015-01-14
Merge tag 'usb-serial-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Greg Kroah-Hartman
1
-0
/
+4
2015-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+3
2015-01-14
netdevice: Add missing parentheses in macro
Benjamin Poirier
1
-1
/
+1
2015-01-15
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+8
2015-01-14
udp: pass udp_offload struct to UDP gro callbacks
Tom Herbert
1
-2
/
+13
2015-01-14
perf: Avoid horrible stack usage
Peter Zijlstra (Intel)
2
-8
/
+22
2015-01-14
locking/mcs: Better differentiate between MCS variants
Davidlohr Bueso
1
-2
/
+10
2015-01-14
pinctrl: consumer: use correct retval for placeholder functions
Wolfram Sang
1
-3
/
+3
2015-01-14
pinctrl: pinconf-generic: loose DT dependence
Linus Walleij
2
-8
/
+11
2015-01-13
block: Change direct_access calling convention
Matthew Wilcox
1
-2
/
+4
2015-01-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux
Linus Torvalds
1
-6
/
+6
2015-01-13
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
1
-8
/
+8
2015-01-13
kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)
Christian Borntraeger
1
-6
/
+6
2015-01-13
net: Corrected the comment describing the ndo operations to reflect the actual prototype for couple of operations
B Viswanath
1
-2
/
+2
2015-01-13
rhashtable: add a note for grow and shrink decision functions
Ying Xue
1
-0
/
+4
2015-01-13
rhashtable: involve rhashtable_lookup_compare_insert routine
Ying Xue
1
-0
/
+5
2015-01-13
kprobes: Pass the original kprobe for preparing optimized kprobe
Masami Hiramatsu
1
-1
/
+2
2015-01-12
usb: phy: generic: add vbus support
Robert Jarzmik
1
-0
/
+2
2015-01-12
usb: phy: change some comments
Peter Chen
1
-2
/
+2
2015-01-12
coresight: Fixing wrong #ifdef/#endif placement
Mathieu Poirier
1
-5
/
+5
2015-01-12
coresight: remove the unused macro CORESIGHT_DEBUGFS_ENTRY
Xia Kaixu
1
-9
/
+0
2015-01-12
ti-st: add device tree support
Gigi Joseph
1
-0
/
+1
2015-01-12
mei: bus: use ssize_t as the return type for send and receive
Tomas Winkler
1
-2
/
+2
2015-01-12
mmc: sdhci: Disable re-tuning for HS400
Adrian Hunter
1
-0
/
+1
2015-01-12
efi: split off remapping code from efi_config_init()
Ard Biesheuvel
1
-0
/
+2
2015-01-11
pinctrl: pinconf-generic: Allow driver to specify DT params
Soren Brinkmann
2
-0
/
+27
2015-01-11
pinctrl: pinconf-generic: Infer map type from DT property
Soren Brinkmann
1
-0
/
+11
2015-01-11
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-5
/
+23
2015-01-10
rcutorture: Check from beginning to end of grace period
Paul E. McKenney
2
-3
/
+30
2015-01-10
rcu: Provide rcu_batches_completed_sched() for TINY_RCU
Paul E. McKenney
1
-0
/
+8
2015-01-10
rcu: Make _batches_completed() functions return unsigned long
Paul E. McKenney
2
-5
/
+5
2015-01-09
Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb
Linus Torvalds
1
-9
/
+53
2015-01-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
Linus Torvalds
1
-2
/
+2
[prev]
[next]