index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cred.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-08-14
perf: provide PMU when initing events
Mark Rutland
1
-2
/
+2
2011-08-14
perf: Add PM notifiers to fix CPU hotplug races
Peter Zijlstra
1
-2
/
+95
2011-08-14
perf, x86: Avoid kfree() in CPU_STARTING
Peter Zijlstra
3
-2
/
+10
2011-08-12
perf probe: Filter out redundant inline-instances
Masami Hiramatsu
1
-0
/
+22
2011-08-12
perf probe: Search concrete out-of-line instances
Masami Hiramatsu
3
-35
/
+83
2011-08-12
perf probe: Avoid searching variables in intermediate scopes
Masami Hiramatsu
1
-31
/
+13
2011-08-12
perf probe: Fix to search local variables in appropriate scope
Masami Hiramatsu
4
-27
/
+144
2011-08-12
perf probe: Warn when more than one line are given
Masami Hiramatsu
1
-3
/
+11
2011-08-12
perf probe: Fix to walk all inline instances
Masami Hiramatsu
1
-1
/
+7
2011-08-12
perf probe: Fix to search nested inlined functions in CU
Masami Hiramatsu
2
-12
/
+82
2011-08-12
perf probe: Fix line walker to check CU correctly
Masami Hiramatsu
1
-3
/
+3
2011-08-12
perf probe: Fix a memory leak for scopes array
Masami Hiramatsu
1
-3
/
+2
2011-08-12
perf: fix temporary file ownership check
Vasiliy Kulikov
1
-1
/
+1
2011-08-12
sparc: Don't do hypervisor calls on non-sun4v in DS driver.
David S. Miller
1
-6
/
+7
2011-08-12
pnfs: Automatically select blocks & objects layouts
Boaz Harrosh
1
-14
/
+4
2011-08-12
ext4: Properly count journal credits for long symlinks
Eric Sandeen
1
-2
/
+4
2011-08-12
ext3: Properly count journal credits for long symlinks
Eric Sandeen
1
-2
/
+4
2011-08-11
move RLIMIT_NPROC check from set_user() to do_execve_common()
Vasiliy Kulikov
5
-8
/
+32
2011-08-11
MAINTAINERS: Update linus' git repository
Tracey Dent
1
-1
/
+1
2011-08-11
Revert "EDAC: Correct Kconfig dependencies"
Linus Torvalds
1
-2
/
+3
2011-08-11
NFS41: make PNFS_BLOCK selectable
Peng Tao
1
-5
/
+9
2011-08-11
perf report: Use properly build_id kernel binaries
Jiri Olsa
3
-27
/
+42
2011-08-10
EDAC: Correct Kconfig dependencies
Borislav Petkov
1
-3
/
+2
2011-08-10
perf top browser: Remove spurious helpline update
Arnaldo Carvalho de Melo
1
-1
/
+0
2011-08-10
powerpc: Really fix build without CONFIG_PCI
Benjamin Herrenschmidt
1
-1
/
+1
2011-08-10
ARM: drop experimental status for ARM_PATCH_PHYS_VIRT
Russell King
1
-2
/
+1
2011-08-10
Ecryptfs: Add mount option to check uid of device being mounted = expect uid
John Johansen
1
-2
/
+21
2011-08-10
cap_syslog: don't use WARN_ONCE for CAP_SYS_ADMIN deprecation warning
Jonathan Nieder
1
-2
/
+4
2011-08-10
Revert "memcg: get rid of percpu_charge_mutex lock"
Michal Hocko
1
-2
/
+10
2011-08-09
eCryptfs: Fix payload_len unitialized variable warning
Tyler Hicks
1
-1
/
+1
2011-08-09
eCryptfs: fix compile error
Roberto Sassu
1
-1
/
+1
2011-08-09
eCryptfs: Return error when lower file pointer is NULL
Tyler Hicks
1
-8
/
+10
2011-08-09
perf symbols: Check '/tmp/perf-' symbol file ownership
Pekka Enberg
1
-0
/
+11
2011-08-09
slub: Fix partial count comparison confusion
Christoph Lameter
1
-1
/
+1
2011-08-09
perf sched: Usage leftover from trace -> script rename
Jiri Olsa
1
-1
/
+1
2011-08-09
perf sched: Do not delete session object prematurely
Jiri Olsa
1
-7
/
+15
2011-08-09
perf tools: Check $HOME/.perfconfig ownership
Arnaldo Carvalho de Melo
1
-4
/
+23
2011-08-09
gma500: Fix clashes with DRM updates
Alan Cox
2
-24
/
+1
2011-08-09
slub: fix check_bytes() for slub debugging
Akinobu Mita
1
-1
/
+1
2011-08-09
slub: Fix full list corruption if debugging is on
Christoph Lameter
1
-2
/
+4
2011-08-09
perf, x86: Add model 45 SandyBridge support
Youquan Song
1
-0
/
+1
2011-08-09
ARM: 7008/1: alignment: Make SIGBUS sent to userspace POSIXly correct
Dave Martin
1
-3
/
+11
2011-08-09
ARM: 7007/1: alignment: Prevent ignoring of faults with ARMv6 unaligned acces...
Dave Martin
1
-12
/
+30
2011-08-09
ARM: 7010/1: mm: fix invalid loop for poison_init_mem
Jamie Iles
1
-1
/
+1
2011-08-09
ARM: 7005/1: freshen up mm/proc-arm946.S
Brian S. Julin
1
-1
/
+2
2011-08-09
dmaengine: PL08x: Fix trivial build error
Russell King
1
-0
/
+1
2011-08-08
mm: Fix fixup_user_fault() for MMU=n
Peter Zijlstra
1
-2
/
+10
2011-08-08
autofs4: fix debug printk warning uncovered by cleanup
Linus Torvalds
1
-1
/
+1
2011-08-08
autofs4: clean up uaotfs use of debug/info/warning printouts
Linus Torvalds
1
-18
/
+8
2011-08-08
cred: use 'const' in get_current_{user,groups}
Linus Torvalds
1
-2
/
+2
[next]