index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: dma-mapping: introduce common remapping functions
Laura Abbott
2014-10-10
1
-0
/
+9
*
lib/genalloc.c: add genpool range check function
Laura Abbott
2014-10-10
1
-0
/
+3
*
lib/genalloc.c: add power aligned algorithm
Laura Abbott
2014-10-10
1
-0
/
+4
*
mm: remove misleading ARCH_USES_NUMA_PROT_NONE
Mel Gorman
2014-10-10
1
-18
/
+9
*
memory-hotplug: add sysfs valid_zones attribute
Zhang Zhen
2014-10-10
1
-0
/
+1
*
mm/slab: use percpu allocator for cpu cache
Joonsoo Kim
2014-10-10
1
-17
/
+3
*
topology: add support for node_to_mem_node() to determine the fallback node
Joonsoo Kim
2014-10-10
1
-0
/
+17
*
mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller()
Joonsoo Kim
2014-10-10
1
-22
/
+0
*
mm/slab_common: move kmem_cache definition to internal header
Joonsoo Kim
2014-10-10
1
-41
/
+1
*
proc/maps: make vm_is_stack() logic namespace-friendly
Oleg Nesterov
2014-10-10
1
-2
/
+2
*
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-10-09
2
-0
/
+35
|
\
|
*
Merge branch 'irqchip/handle_domain' into irqchip/core
Jason Cooper
2014-09-14
1
-0
/
+19
|
|
\
|
|
*
genirq: Add irq_domain-aware core IRQ handler
Marc Zyngier
2014-09-03
1
-0
/
+19
|
*
|
irqchip: gic: Preserve gic V2 bypass bits in cpu ctrl register
Feng Kan
2014-08-19
1
-0
/
+1
|
*
|
irqchip: gic: Replace hex numbers with defines.
Feng Kan
2014-08-19
1
-0
/
+15
|
|
/
*
|
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-10-09
3
-2
/
+13
|
\
\
|
*
|
irq_work: Force raised irq work to run on irq work interrupt
Frederic Weisbecker
2014-09-13
1
-0
/
+1
|
*
|
irq_work: Introduce arch_irq_work_has_interrupt()
Peter Zijlstra
2014-09-13
2
-0
/
+12
|
*
|
nohz: Move nohz full init call to tick init
Frederic Weisbecker
2014-09-13
1
-2
/
+0
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-10-09
109
-1339
/
+3188
|
\
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-10-08
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
sctp: handle association restarts when the socket is closed.
Vlad Yasevich
2014-10-06
1
-1
/
+1
|
*
|
|
|
net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpers
Eric Dumazet
2014-10-08
1
-0
/
+29
|
*
|
|
|
net: description of dma_cookie cause make xmldocs warning
Masanari Iida
2014-10-08
1
-2
/
+0
|
*
|
|
|
net: fs_enet: Remove non NAPI RX
LEROY Christophe
2014-10-08
1
-1
/
+0
|
*
|
|
|
net: better IFF_XMIT_DST_RELEASE support
Eric Dumazet
2014-10-07
1
-0
/
+8
|
*
|
|
|
net: phy: adjust fixed_phy_register() return value
Petri Gynther
2014-10-07
1
-7
/
+7
|
*
|
|
|
openvswitch: fix a compilation error when CONFIG_INET is not setW!
Andy Zhou
2014-10-07
1
-15
/
+21
|
*
|
|
|
ipv6: make fib6 serial number per namespace
Hannes Frederic Sowa
2014-10-07
1
-1
/
+1
|
*
|
|
|
ipv6: make rt_sernum atomic and serial number fields ordinary ints
Hannes Frederic Sowa
2014-10-07
1
-1
/
+1
|
*
|
|
|
ipv6: minor fib6 cleanups like type safety, bool conversion, inline removal
Hannes Frederic Sowa
2014-10-07
1
-4
/
+14
|
*
|
|
|
net: sched: remove tcf_proto from ematch calls
John Fastabend
2014-10-07
1
-5
/
+5
|
*
|
|
|
net: introduce netdevice gso_min_segs attribute
Eric Dumazet
2014-10-06
1
-1
/
+3
|
*
|
|
|
ethtool: Ethtool parameter to dynamically change tx_copybreak
Eric Dumazet
2014-10-06
1
-0
/
+1
|
*
|
|
|
net/mlx4_en: Code cleanups in tx path
Eric Dumazet
2014-10-06
1
-1
/
+1
|
*
|
|
|
net: sched: avoid costly atomic operation in fq_dequeue()
Eric Dumazet
2014-10-06
1
-2
/
+2
|
*
|
|
|
openvswitch: Add support for Geneve tunneling.
Jesse Gross
2014-10-06
2
-10
/
+13
|
*
|
|
|
openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.
Jesse Gross
2014-10-06
1
-1
/
+1
|
*
|
|
|
openvswitch: Add support for matching on OAM packets.
Jesse Gross
2014-10-06
1
-0
/
+1
|
*
|
|
|
net: Add Geneve tunneling protocol driver
Andy Zhou
2014-10-06
2
-0
/
+93
|
*
|
|
|
Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
2014-10-06
7
-10
/
+111
|
|
\
\
\
\
|
|
*
|
|
|
wil6210: atomic I/O for the card memory
Vladimir Kondratiev
2014-10-02
1
-0
/
+87
|
|
*
|
|
|
bcma: register bcma as device tree driver
Hauke Mehrtens
2014-09-30
1
-0
/
+2
|
|
*
|
|
|
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
2014-09-26
3
-3
/
+4
|
|
|
\
\
\
\
|
|
|
*
|
|
|
Bluetooth: Fix reason code used for rejecting SCO connections
Johan Hedberg
2014-09-24
1
-0
/
+1
|
|
|
*
|
|
|
Bluetooth: Convert bt_<level> logging functions to return void
Joe Perches
2014-09-24
1
-2
/
+2
|
|
|
*
|
|
|
Bluetooth: Remove exported hci_recv_fragment function
Marcel Holtmann
2014-09-17
1
-1
/
+0
|
|
|
*
|
|
|
Bluetooth: Provide HCI command opcode information to driver
Marcel Holtmann
2014-09-15
1
-0
/
+1
|
|
*
|
|
|
|
Merge tag 'nfc-next-3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
2014-09-26
2
-7
/
+18
|
|
|
\
\
\
\
\
|
|
|
*
|
|
|
|
NFC: nci: Add support for proprietary RF Protocols
Christophe Ricard
2014-09-24
1
-4
/
+5
[next]