index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
cpu-freq
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-05-25
tile/mm/fault.c: Port OOM changes to handle_page_fault
Kautuk Consul
1
-5
/
+27
2012-05-25
arch/tile: add descriptive text if the kernel reports a bad trap
Chris Metcalf
1
-2
/
+28
2012-05-25
arch/tile: allow querying cpu module information from the hypervisor
Chris Metcalf
2
-1
/
+21
2012-05-25
arch/tile: fix hardwall for tilegx and generalize for idn and ipi
Chris Metcalf
8
-280
/
+636
2012-05-25
arch/tile: support multiple huge page sizes dynamically
Chris Metcalf
15
-158
/
+456
2012-05-25
mm: add new arch_make_huge_pte() method for tile support
Chris Metcalf
2
-0
/
+9
2012-05-25
arch/tile: support kexec() for tilegx
Chris Metcalf
5
-9
/
+300
2012-05-25
arch/tile: support <asm/cachectl.h> header for cacheflush() syscall
Chris Metcalf
6
-8
/
+55
2012-05-25
arch/tile: Allow tilegx to build with either 16K or 64K page size
Chris Metcalf
20
-197
/
+345
2012-05-25
arch/tile: optimize get_user/put_user and friends
Chris Metcalf
8
-315
/
+241
2012-05-25
arch/tile: support building big-endian kernel
Chris Metcalf
10
-29
/
+130
2012-05-25
arch/tile: allow building Linux with transparent huge pages enabled
Chris Metcalf
6
-53
/
+111
2012-05-25
arch/tile: use interrupt critical sections less
Chris Metcalf
7
-99
/
+96
2012-05-21
Linux 3.4
v3.4
Linus Torvalds
1
-1
/
+1
2012-05-19
memcg,thp: fix res_counter:96 regression
Hugh Dickins
1
-1
/
+1
2012-05-19
x86, relocs: When printing an error, say relative or absolute
H. Peter Anvin
1
-3
/
+8
2012-05-19
x86, relocs: Workaround for binutils 2.22.52.0.1 section bug
H. Peter Anvin
1
-1
/
+5
2012-05-19
x86, realmode: 16-bit real-mode code support for relocs tool
H. Peter Anvin
7
-65
/
+196
2012-05-19
dm thin: fix table output when pool target disables discard passdown internally
Mike Snitzer
1
-15
/
+17
2012-05-19
md/raid10: fix transcription error in calc_sectors conversion.
NeilBrown
1
-1
/
+1
2012-05-18
proc: move fd symlink i_mode calculations into tid_fd_revalidate()
Linus Torvalds
1
-29
/
+14
2012-05-18
pktgen: fix module unload for good
Eric Dumazet
1
-2
/
+2
2012-05-18
tilegx: enable SYSCALL_WRAPPERS support
Chris Metcalf
1
-0
/
+1
2012-05-18
frv: delete incorrect task prototypes causing compile fail
Paul Gortmaker
1
-4
/
+0
2012-05-18
slub: missing test for partial pages flush work in flush_all()
majianpeng
1
-1
/
+1
2012-05-18
fs, proc: fix ABBA deadlock in case of execution attempt of map_files/ entries
Cyrill Gorcunov
1
-12
/
+8
2012-05-18
drivers/rtc/rtc-pl031.c: configure correct wday for 2000-01-01
Rajkumar Kasirajan
1
-0
/
+18
2012-05-18
ACPI / PCI / PM: Fix device PM regression related to D3hot/D3cold
Rafael J. Wysocki
4
-4
/
+15
2012-05-18
e1000: Prevent reset task killing itself.
Tushar Dave
1
-1
/
+5
2012-05-18
tcp: do_tcp_sendpages() must try to push data out on oom conditions
Willy Tarreau
1
-2
/
+1
2012-05-17
target: Fix bug in handling of FILEIO + block_device resize ops
Nicholas Bellinger
1
-6
/
+16
2012-05-17
ARM: 7419/1: vfp: fix VFP flushing regression on sigreturn path
Will Deacon
1
-12
/
+2
2012-05-17
ARM: 7418/1: LPAE: fix access flag setup in mem_type_table
Vitaly Andrianov
1
-1
/
+2
2012-05-17
virtio_net: invoke softirqs after __napi_schedule
Michael S. Tsirkin
1
-0
/
+2
2012-05-17
virtio: balloon: let host know of updated balloon size before module removal
Amit Shah
1
-0
/
+1
2012-05-17
virtio: console: tell host of open ports after resume from s3/s4
Amit Shah
1
-0
/
+7
2012-05-17
ARM: PRIMA2: fix irq domain size and IRQ mask of internal interrupt controller
Barry Song
1
-2
/
+4
2012-05-17
MD: Add del_timer_sync to mddev_suspend (fix nasty panic)
Jonathan Brassow
1
-0
/
+2
2012-05-17
md/raid10: set dev_sectors properly when resizing devices in array.
NeilBrown
1
-24
/
+32
2012-05-16
arch/tile: apply commit 74fca9da0 to the compat signal handling as well
Chris Metcalf
1
-7
/
+5
2012-05-16
arch/tile: fix up some issues in calling do_work_pending()
Chris Metcalf
4
-27
/
+68
2012-05-16
netfilter: ipset: fix hash size checking in kernel
Jozsef Kadlecsik
8
-21
/
+65
2012-05-16
ptp_pch: Add missing #include <linux/slab.h>
Geert Uytterhoeven
1
-0
/
+1
2012-05-16
cifs: fix misspelling of "forcedirectio"
Jeff Layton
1
-1
/
+2
2012-05-16
ARM: prevent VM_GROWSDOWN mmaps extending below FIRST_USER_ADDRESS
Russell King
1
-1
/
+3
2012-05-16
KVM: PPC: Book3S HV: Fix bug leading to deadlock in guest HPT updates
Paul Mackerras
1
-0
/
+1
2012-05-16
powerpc/kvm: Fix VSID usage in 64-bit "PR" KVM
Benjamin Herrenschmidt
2
-9
/
+11
2012-05-16
KVM: PPC: Book3S: PR: Fix hsrr code
Alexander Graf
1
-4
/
+3
2012-05-16
KVM: PPC: Fix PR KVM on POWER7 bare metal
Alexander Graf
1
-13
/
+22
2012-05-16
KVM: PPC: Book3S: PR: Handle EMUL_ASSIST
Alexander Graf
1
-0
/
+6
[next]