index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2012-05-29
thp, memcg: split hugepage for memcg oom on cow
David Rientjes
-3
/
+18
2012-05-29
mm/vmstat.c: remove debug fs entries on failure of file creation and made ext...
Sasikantha babu
-3
/
+7
2012-05-29
mm/fork: fix overflow in vma length when copying mmap on clone
Siddhesh Poyarekar
-1
/
+2
2012-05-29
mm/mmap.c: find_vma(): remove unnecessary if(mm) check
Rajman Mekaco
-26
/
+27
2012-05-29
mm: use kcalloc() instead of kzalloc() to allocate array
Thomas Meyer
-2
/
+2
2012-05-29
mm: fix off-by-one bug in print_nodes_state()
Ryota Ozaki
-5
/
+3
2012-05-29
mm: vmscan: remove reclaim_mode_t
Mel Gorman
-52
/
+24
2012-05-29
mm: vmscan: do not stall on writeback during memory compaction
Mel Gorman
-83
/
+14
2012-05-29
mm: vmscan: remove lumpy reclaim
Mel Gorman
-151
/
+19
2012-05-29
mm: remove swap token code
Rik van Riel
-307
/
+2
2012-05-29
mm, thp: allow fallback when pte_alloc_one() fails for huge pmd
David Rientjes
-5
/
+8
2012-05-29
mm, thp: remove unnecessary ret variable
David Rientjes
-2
/
+1
2012-05-29
mm/hugetlb.c: use long vars instead of int in region_count()
Wang Sheng-Hui
-2
/
+2
2012-05-29
mm/mempolicy.c: use enum value MPOL_REBIND_ONCE in mpol_rebind_policy()
Wang Sheng-Hui
-1
/
+1
2012-05-29
mm/memory_failure: let the compiler add the function name
Borislav Petkov
-4
/
+4
2012-05-29
mm: fix NULL ptr deref when walking hugepages
Sasha Levin
-1
/
+1
2012-05-29
cris: select GENERIC_ATOMIC64
Cong Wang
-0
/
+1
2012-05-29
pagemap.h: fix warning about possibly used before init var
Paul Gortmaker
-4
/
+4
2012-05-29
skb: avoid unnecessary reallocations in __skb_cow
Felix Fietkau
-2
/
+0
2012-05-29
net: sh_eth: fix the rxdesc pointer when rx descriptor empty happens
Yoshihiro Shimoda
-3
/
+5
2012-05-29
asix: allow full size 8021Q frames to be received
Eric Dumazet
-1
/
+2
2012-05-29
rds_rdma: don't assume infiniband device is PCI
Thadeu Lima de Souza Cascardo
-2
/
+1
2012-05-29
l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC case
James Chapman
-3
/
+39
2012-05-29
Merge branch 'for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/...
Russell King
-76
/
+32
2012-05-29
RDMA/ocrdma: Remove unnecessary version.h includes
Devendra Naga
-2
/
+0
2012-05-29
RDMA/ocrdma: Fix signaled event for SRQ_LIMIT_REACHED
Parav Pandit
-1
/
+1
2012-05-29
RDMA/ocrdma: Correct queue free count math
Parav Pandit
-17
/
+1
2012-05-29
sparc: fix sparc64 build due to leon.h inclusion
Sam Ravnborg
-1
/
+1
2012-05-29
sparc32: remove unused variable in head_32.S
Sam Ravnborg
-8
/
+0
2012-05-29
sparc32,leon: fix leon bootup
Sam Ravnborg
-32
/
+41
2012-05-29
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
-587
/
+1039
2012-05-29
ACPI / PM: Make acpi_pm_device_sleep_state() follow the specification
Rafael J. Wysocki
-2
/
+2
2012-05-29
ACPI / PM: Make __acpi_bus_get_power() cover D3cold correctly
Rafael J. Wysocki
-23
/
+30
2012-05-29
ACPI / PM: Fix error messages in drivers/acpi/bus.c
Rafael J. Wysocki
-9
/
+28
2012-05-29
rtc-cmos / PM: report wakeup event on ACPI RTC alarm
Daniel Drake
-3
/
+6
2012-05-29
ACPI / PM: Generate wakeup events on fixed power button
Daniel Drake
-2
/
+44
2012-05-29
Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...
Linus Torvalds
-1750
/
+6799
2012-05-29
drm/i915: Reset last_retired_head when resetting ring
Chris Wilson
-0
/
+1
2012-05-29
mac80211: fix ADDBA declined after suspend with wowlan
Eyal Shapira
-6
/
+6
2012-05-29
wlcore: fix undefined symbols when CONFIG_PM is not defined
Eyal Shapira
-1
/
+7
2012-05-29
mac80211: fix flag check for QoS NOACK frames
Claudio Pisa
-1
/
+1
2012-05-29
ath9k_hw: apply internal regulator settings on AR933x
Felix Fietkau
-1
/
+7
2012-05-29
ath9k_hw: update AR933x initvals to fix issues with high power devices
Felix Fietkau
-88
/
+90
2012-05-29
ath9k: fix a use-after-free-bug when ath_tx_setup_buffer() fails
Felix Fietkau
-6
/
+10
2012-05-29
ath9k: stop rx dma before stopping tx
Felix Fietkau
-3
/
+4
2012-05-29
Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
-2881
/
+3960
2012-05-29
ath5k: add possible wiphy interface combinations
Felix Fietkau
-0
/
+19
2012-05-29
tty: fix ldisc lock inversion trace
Alan Cox
-16
/
+25
2012-05-29
pty: Fix lock inversion
Alan Cox
-2
/
+0
2012-05-29
drm/edid/quirks: ViewSonic VA2026w
Adam Jackson
-4
/
+18
[prev]
[next]