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
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
David S. Miller
2
-4
/
+4
2015-01-26
rhashtable: fix rht_for_each_entry_safe() endless loop
Patrick McHardy
1
-1
/
+3
2015-01-25
net: ipv6: Add sysctl entry to disable MTU updates from RA
Harout Hedeshian
1
-0
/
+1
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-23
bcma: use standard bus scanning during early register
Rafał Miłecki
1
-2
/
+0
2015-01-18
net: replace br_fdb_external_learn_* calls with switchdev notifier events
Jiri Pirko
1
-18
/
+0
2015-01-16
rhashtable: Fix race in rhashtable_destroy() and use regular work_struct
Ying Xue
1
-1
/
+1
2015-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
13
-31
/
+109
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
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-12
mmc: sdhci: Disable re-tuning for HS400
Adrian Hunter
1
-0
/
+1
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-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
2015-01-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-2
/
+11
2015-01-09
perf: Move task_pt_regs sampling into arch code
Andy Lutomirski
2
-5
/
+23
2015-01-08
rhashtable: avoid unnecessary wakeup for worker queue
Ying Xue
1
-1
/
+1
2015-01-08
rhashtable: involve rhashtable_lookup_insert routine
Ying Xue
1
-0
/
+1
2015-01-08
vfs: renumber FMODE_NONOTIFY and add to uniqueness check
David Drysdale
1
-1
/
+1
2015-01-08
mm: protect set_page_dirty() from ongoing truncation
Johannes Weiner
1
-1
/
+0
2015-01-08
mm: prevent endless growth of anon_vma hierarchy
Konstantin Khlebnikov
1
-0
/
+10
2015-01-08
Merge tag 'pm+acpi-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-2
/
+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-07
blk-mq: get rid of ->cmd_size in the hardware queue
Jens Axboe
1
-2
/
+1
2015-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-21
/
+3
2015-01-06
Merge branches 'acpi-pm', 'acpi-processor' and 'acpi-video'
Rafael J. Wysocki
9
-47
/
+35
2015-01-06
ethtool: Extend ethtool plugin module eeprom API to phylib
Ed Swierk
1
-0
/
+9
2015-01-06
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-05
ip: Move checksum convert defines to inet
Tom Herbert
1
-15
/
+1
2015-01-05
ACPI / processor: Rename acpi_(un)map_lsapic() to acpi_(un)map_cpu()
Hanjun Guo
1
-2
/
+2
2015-01-04
list_nulls: fix missing header
Ying Xue
1
-0
/
+3
[next]