index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
dma-debug.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-04-19
mm: use paravirt friendly ops for NUMA hinting ptes
Mel Gorman
1
-8
/
+23
2014-04-19
mips: export flush_icache_range
Kees Cook
1
-2
/
+2
2014-04-19
mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()
Mizuma, Masayoshi
1
-0
/
+1
2014-04-19
wait: explain the shadowing and type inconsistencies
Peter Zijlstra
1
-1
/
+13
2014-04-19
Shiraz has moved
Viresh Kumar
11
-13
/
+14
2014-04-19
Documentation/vm/numa_memory_policy.txt: fix wrong document in numa_memory_po...
Tang Chen
1
-3
/
+2
2014-04-19
powerpc/mm: fix ".__node_distance" undefined
Mike Qiu
1
-0
/
+1
2014-04-19
kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write()
Andrew Morton
1
-1
/
+5
2014-04-19
init/Kconfig: move the trusted keyring config option to general setup
Peter Foley
1
-12
/
+12
2014-04-19
vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()
Christoph Lameter
1
-1
/
+1
2014-04-18
of: add empty of_find_node_by_path() for !OF
Alexander Shiyan
1
-0
/
+5
2014-04-17
ipmi: boolify some things
Corey Minyard
3
-40
/
+38
2014-04-17
ipmi: Turn off all activity on an idle ipmi interface
Corey Minyard
4
-97
/
+182
2014-04-17
ipmi: Turn off default probing of interfaces
Corey Minyard
2
-1
/
+13
2014-04-17
ipmi: Reset the KCS timeout when starting error recovery
Corey Minyard
1
-2
/
+3
2014-04-17
ipmi: Fix a race restarting the timer
Bodo Stroesser
1
-18
/
+28
2014-04-17
Char: ipmi_bt_sm, fix infinite loop
Jiri Slaby
1
-1
/
+1
2014-04-17
tracing/uprobes: Fix uprobe_cpu_buffer memory leak
zhangwei(Jovi)
1
-0
/
+6
2014-04-17
raid5: fix a race of stripe count check
Shaohua Li
1
-2
/
+1
2014-04-17
video: Kconfig: move drm and fb into separate menus
Tomi Valkeinen
1
-0
/
+4
2014-04-17
fbdev: move fbdev core files to separate directory
Tomi Valkeinen
23
-23
/
+25
2014-04-17
video: move fbdev to drivers/video/fbdev
Tomi Valkeinen
481
-2662
/
+2672
2014-04-17
tracing: Do not try to recreated toplevel set_ftrace_* files
Steven Rostedt (Red Hat)
1
-6
/
+10
2014-04-17
xfs: fix tmpfile/selinux deadlock and initialize security
Brian Foster
3
-6
/
+21
2014-04-17
xfs: fix buffer use after free on IO error
Eric Sandeen
1
-4
/
+12
2014-04-17
xfs: wrong error sign conversion during failed DIO writes
Dave Chinner
1
-1
/
+1
2014-04-17
xfs: unmount does not wait for shutdown during unmount
Dave Chinner
1
-9
/
+44
2014-04-17
xfs: collapse range is delalloc challenged
Dave Chinner
1
-6
/
+11
2014-04-17
xfs: don't map ranges that span EOF for direct IO
Dave Chinner
1
-0
/
+14
2014-04-16
[IA64] Change default PSR.ac from '1' to '0' (Fix erratum #237)
Tony Luck
3
-3
/
+3
2014-04-16
PCI: tegra: Use new OF interrupt mapping when possible
Lucas Stach
1
-1
/
+6
2014-04-16
PCI: rcar: Use new OF interrupt mapping when possible
Lucas Stach
1
-1
/
+7
2014-04-16
PCI: designware: Use new OF interrupt mapping when possible
Lucas Stach
1
-3
/
+9
2014-04-16
PCI: designware: Fix iATU programming for cfg1, io and mem viewport
Mohit Kumar
1
-3
/
+3
2014-04-16
PCI: designware: Fix comment for setting number of lanes
Mohit Kumar
1
-1
/
+1
2014-04-16
ALSA: hda/realtek - Add headset Mic support for Dell machine
Kailang Yang
1
-0
/
+2
2014-04-16
x86: Remove the PCI reboot method from the default chain
Ingo Molnar
2
-42
/
+44
2014-04-16
ALSA: hda - add headset mic detect quirk for a Dell laptop
Hui Wang
1
-0
/
+1
2014-04-15
of: Clean up of_update_property
Guenter Roeck
1
-7
/
+3
2014-04-15
cxgb4: use the correct max size for firmware flash
Steve Wise
1
-1
/
+1
2014-04-15
qlcnic: Fix MSI-X initialization code
Alexander Gordeev
1
-12
/
+16
2014-04-15
ip6_gre: don't allow to remove the fb_tunnel_dev
Nicolas Dichtel
1
-0
/
+10
2014-04-15
tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()
Viresh Kumar
1
-1
/
+1
2014-04-15
tick-sched: Don't call update_wall_time() when delta is lesser than tick_period
Viresh Kumar
1
-0
/
+3
2014-04-15
tick-common: Fix wrong check in tick_check_replacement()
Viresh Kumar
1
-1
/
+1
2014-04-15
ipv4: add a sock pointer to dst->output() path.
Eric Dumazet
19
-46
/
+74
2014-04-15
ipv4: add a sock pointer to ip_queue_xmit()
Eric Dumazet
10
-13
/
+13
2014-04-15
xen/manage: Poweroff forcefully if user-space is not yet up.
Konrad Rzeszutek Wilk
1
-2
/
+30
2014-04-15
xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.
Konrad Rzeszutek Wilk
1
-3
/
+41
2014-04-15
xen/spinlock: Don't enable them unconditionally.
Konrad Rzeszutek Wilk
1
-1
/
+4
[next]