index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-01-31
MIPS: fork: Fix MSA/FPU/DSP context duplication race
James Hogan
1
-12
/
+24
2015-01-31
MIPS: Fix C0_Pagegrain[IEC] support.
David Daney
1
-0
/
+2
2015-01-30
MIPS: traps: Fix inline asm ctc1 missing .set hardfloat
James Hogan
1
-1
/
+2
2015-01-30
MIPS: mipsregs.h: Add write_32bit_cp1_register()
James Hogan
1
-0
/
+15
2015-01-29
MIPS: Fix kernel lockup or crash after CPU offline/online
Hemmo Nieminen
1
-1
/
+1
2015-01-29
MIPS: OCTEON: fix kernel crash when offlining a CPU
Aaro Koskinen
1
-2
/
+0
2015-01-19
MIPS: ARC: Fix build error.
Ralf Baechle
1
-3
/
+3
2015-01-16
MIPS: IRQ: Fix disable_irq on CPU IRQs
Felix Fietkau
1
-0
/
+4
2015-01-16
MIPS: smp-mt,smp-cmp: Enable all HW IRQs on secondary CPUs
James Hogan
2
-3
/
+4
2015-01-16
MIPS: Fix restart of indirect syscalls
Ed Swierk
2
-0
/
+2
2015-01-15
MIPS: ELF: fix loading o32 binaries on 64-bit kernels
James Cowgill
1
-4
/
+4
2015-01-13
MIPS: mips-cm: Fix sparse warnings
James Hogan
1
-2
/
+2
2015-01-13
MIPS: Kconfig: Fix recursive dependency.
Ralf Baechle
1
-1
/
+1
2015-01-13
MIPS: Compat: Fix build error if CONFIG_MIPS32_COMPAT but no compat ABI.
Ralf Baechle
1
-12
/
+9
2015-01-13
MIPS: JZ4740: Fixup #include's (sparse)
Brian Norris
1
-0
/
+3
2015-01-13
MIPS: Wire up execveat(2).
Ralf Baechle
5
-6
/
+13
2015-01-13
MIPS: Update malta_defconfig to something that works out of the box.
Ralf Baechle
1
-12
/
+4
2015-01-13
MIPS: FRE: Use set/clear_c0_config5 instead of open coded sequences.
Ralf Baechle
1
-5
/
+3
2015-01-13
MIPS: Do not fiddle with FRE unless FRE is actually available.
Ralf Baechle
1
-16
/
+27
2015-01-11
linux 3.19-rc4
v3.19-rc4
Linus Torvalds
1
-1
/
+1
2015-01-11
mm: fix corner case in anon_vma endless growing prevention
Konstantin Khlebnikov
1
-2
/
+4
2015-01-11
mm: Don't count the stack guard page towards RLIMIT_STACK
Linus Torvalds
1
-2
/
+5
2015-01-09
ARM: 8275/1: mm: fix PMD_SECT_RDONLY undeclared compile error
Victor Kamensky
1
-2
/
+2
2015-01-09
HID: roccat: potential out of bounds in pyra_sysfs_write_settings()
Dan Carpenter
1
-2
/
+6
2015-01-09
mutex: Always clear owner field upon mutex_unlock()
Chris Wilson
1
-1
/
+1
2015-01-09
sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()
Tetsuo Handa
1
-0
/
+4
2015-01-09
sched/deadline: Avoid double-accounting in case of missed deadlines
Luca Abeni
1
-18
/
+1
2015-01-09
sched/deadline: Fix migration of SCHED_DEADLINE tasks
Luca Abeni
1
-3
/
+3
2015-01-09
sched: Fix odd values in effective_load() calculations
Yuyang Du
1
-1
/
+1
2015-01-09
sched, fanotify: Deal with nested sleeps
Peter Zijlstra
1
-5
/
+5
2015-01-09
perf/x86/uncore/hsw-ep: Handle systems with only two SBOXes
Andi Kleen
2
-1
/
+18
2015-01-09
perf/x86_64: Improve user regs sampling
Andy Lutomirski
1
-2
/
+76
2015-01-09
perf: Move task_pt_regs sampling into arch code
Andy Lutomirski
6
-16
/
+63
2015-01-09
x86: Fix off-by-one in instruction decoder
Peter Zijlstra
1
-1
/
+1
2015-01-09
mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...
Vlastimil Babka
1
-11
/
+13
2015-01-09
memcg: fix destination cgroup leak on task charges migration
Vladimir Davydov
1
-12
/
+0
2015-01-09
mm: memcontrol: switch soft limit default back to infinity
Johannes Weiner
1
-1
/
+4
2015-01-09
mm/debug_pagealloc: remove obsolete Kconfig options
Joonsoo Kim
1
-9
/
+0
2015-01-09
vfs: renumber FMODE_NONOTIFY and add to uniqueness check
David Drysdale
3
-4
/
+5
2015-01-09
arch/blackfin/mach-bf533/boards/stamp.c: add linux/delay.h
Oleg Nesterov
1
-0
/
+1
2015-01-09
ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when li...
Xue jiufei
1
-8
/
+35
2015-01-09
MAINTAINERS: update rydberg's addresses
Henrik Rydberg
2
-6
/
+7
2015-01-09
mm: protect set_page_dirty() from ongoing truncation
Johannes Weiner
3
-42
/
+29
2015-01-09
mm: prevent endless growth of anon_vma hierarchy
Konstantin Khlebnikov
2
-1
/
+51
2015-01-09
exit: fix race between wait_consider_task() and wait_task_zombie()
Oleg Nesterov
1
-3
/
+9
2015-01-09
ocfs2: remove bogus check in dlm_process_recovery_data
Joseph Qi
1
-4
/
+1
2015-01-08
Makefile: include arch/*/include/generated/uapi before .../generated
Michal Marek
1
-0
/
+1
2015-01-08
libceph: fix sparse endianness warnings
Ilya Dryomov
3
-4
/
+4
2015-01-08
ceph: use %zu for len in ceph_fill_inline_data()
Ilya Dryomov
1
-1
/
+1
2015-01-08
perf hists browser: Fix segfault when showing callchain
Namhyung Kim
1
-1
/
+1
[next]