index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-04-24
kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobes
Masami Hiramatsu
1
-26
/
+41
2014-04-24
kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation
Masami Hiramatsu
12
-69
/
+122
2014-04-24
kprobes, x86: Allow kprobes on text_poke/hw_breakpoint
Masami Hiramatsu
2
-5
/
+3
2014-04-24
kprobes, ftrace: Allow probing on some functions
Masami Hiramatsu
3
-15
/
+14
2014-04-24
kprobes: Allow probe on some kprobe functions
Masami Hiramatsu
1
-77
/
+76
2014-04-24
kprobes/x86: Allow probe on some kprobe preparation functions
Masami Hiramatsu
3
-23
/
+23
2014-04-24
kprobes, x86: Call exception_enter after kprobes handled
Masami Hiramatsu
1
-3
/
+2
2014-04-24
kprobes/x86: Call exception handlers directly from do_int3/do_debug
Masami Hiramatsu
3
-21
/
+15
2014-04-24
kprobes, x86: Prohibit probing on thunk functions and restore
Masami Hiramatsu
2
-1
/
+5
2014-04-24
kprobes, x86: Prohibit probing on native_set_debugreg()/load_idt()
Masami Hiramatsu
1
-1
/
+3
2014-04-24
kprobes, x86: Prohibit probing on debug_stack_*()
Masami Hiramatsu
1
-0
/
+4
2014-04-24
kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklist
Masami Hiramatsu
8
-52
/
+107
2014-04-24
kprobes: Prohibit probing on .entry.text code
Masami Hiramatsu
5
-58
/
+17
2014-04-24
kprobes/x86: Allow to handle reentered kprobe on single-stepping
Masami Hiramatsu
1
-1
/
+2
2014-04-20
um: Memory corruption on startup
Anton Ivanov
3
-0
/
+8
2014-04-20
um: Missing pipe handling
Anton Ivanov
1
-0
/
+1
2014-04-20
uml: Simplify tempdir logic.
Tristan Schmelcher
1
-297
/
+75
2014-04-20
Linux 3.15-rc2
v3.15-rc2
Linus Torvalds
1
-1
/
+1
2014-04-20
perf tools: Improve error reporting
Adrien BAK
2
-2
/
+9
2014-04-20
perf tools: Adjust symbols in VDSO
Vladimir Nikulichev
1
-0
/
+2
2014-04-20
perf kvm: Fix 'Min time' counting in report command
Alexander Yarygin
1
-0
/
+1
2014-04-19
ext4: disable COLLAPSE_RANGE for bigalloc
Namjae Jeon
1
-0
/
+3
2014-04-19
ext4: fix COLLAPSE_RANGE failure with 1KB block size
Namjae Jeon
1
-3
/
+10
2014-04-19
coredump: fix va_list corruption
Eric Dumazet
1
-1
/
+6
2014-04-19
thp: close race between split and zap huge pages
Kirill A. Shutemov
1
-3
/
+10
2014-04-19
mm: fix new kernel-doc warning in filemap.c
Randy Dunlap
1
-1
/
+0
2014-04-19
mm: fix CONFIG_DEBUG_VM_RB description
Davidlohr Bueso
1
-2
/
+1
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-19
net: sctp: cache auth_enable per endpoint
Vlad Yasevich
7
-60
/
+92
2014-04-19
tg3: update rx_jumbo_pending ring param only when jumbo frames are enabled
Ivan Vecera
1
-1
/
+3
2014-04-18
vlan: Fix lockdep warning when vlan dev handle notification
dingtianhong
2
-5
/
+42
2014-04-18
ARC: Delete stale barrier.h
Vineet Gupta
1
-37
/
+0
2014-04-18
ext4: use EINVAL if not a regular file in ext4_collapse_range()
Theodore Ts'o
1
-1
/
+1
2014-04-18
ext4: enforce we are operating on a regular file in ext4_zero_range()
jon ernst
1
-0
/
+3
2014-04-18
ext4: fix extent merging in ext4_ext_shift_path_extents()
Lukas Czerner
1
-7
/
+8
2014-04-18
ext4: discard preallocations after removing space
Lukas Czerner
2
-2
/
+1
2014-04-18
ext4: no need to truncate pagecache twice in collapse range
Lukas Czerner
1
-1
/
+1
2014-04-18
ext4: fix removing status extents in ext4_collapse_range()
Lukas Czerner
1
-1
/
+1
2014-04-18
ext4: use filemap_write_and_wait_range() correctly in collapse range
Lukas Czerner
1
-1
/
+1
2014-04-18
ext4: use truncate_pagecache() in collapse range
Lukas Czerner
1
-1
/
+1
2014-04-18
of: add empty of_find_node_by_path() for !OF
Alexander Shiyan
1
-0
/
+5
[next]