index
:
~mperes/linux
backlight
dp-compliance
linux-next
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-17
tile: use si_int instead of si_ptr for compat_siginfo
Chris Metcalf
1
-6
/
+5
2015-04-17
blk-mq: fix iteration of busy bitmap
Jens Axboe
2
-4
/
+4
2015-04-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
158
-1551
/
+2190
2015-04-17
proc: show locks in /proc/pid/fdinfo/X
Andrey Vagin
4
-10
/
+66
2015-04-17
docs: add missing and new /proc/PID/status file entries, fix typos
Nathan Scott
1
-3
/
+8
2015-04-17
drivers/rtc/rtc-at91rm9200.c: make IO endian agnostic
Ben Dooks
1
-2
/
+2
2015-04-17
Documentation/spi/spidev_test.c: fix warning
Andrew Morton
1
-2
/
+2
2015-04-17
drivers/rtc/rtc-s5m.c: allow usage on device type different than main MFD type
Krzysztof Kozlowski
1
-4
/
+6
2015-04-17
.gitignore: ignore *.tar
Andrey Skvortsov
1
-0
/
+1
2015-04-17
MAINTAINERS: add Mediatek SoC mailing list
Matthias Brugger
1
-0
/
+1
2015-04-17
tomoyo: reduce mmap_sem hold for mm->exe_file
Davidlohr Bueso
1
-5
/
+8
2015-04-17
powerpc/oprofile: reduce mmap_sem hold for exe_file
Davidlohr Bueso
1
-5
/
+8
2015-04-17
oprofile: reduce mmap_sem hold for mm->exe_file
Davidlohr Bueso
2
-14
/
+17
2015-04-17
mips: ip32: add platform data hooks to use DS1685 driver
Joshua Kinard
4
-136
/
+80
2015-04-17
lib/Kconfig: fix up HAVE_ARCH_BITREVERSE help text
Andrew Morton
1
-3
/
+2
2015-04-17
x86: switch to using asm-generic for seccomp.h
Kees Cook
3
-31
/
+18
2015-04-17
sparc: switch to using asm-generic for seccomp.h
Kees Cook
1
-8
/
+3
2015-04-17
powerpc: switch to using asm-generic for seccomp.h
Kees Cook
3
-17
/
+10
2015-04-17
parisc: switch to using asm-generic for seccomp.h
Kees Cook
2
-16
/
+1
2015-04-17
mips: switch to using asm-generic for seccomp.h
Kees Cook
1
-5
/
+2
2015-04-17
microblaze: use asm-generic for seccomp.h
Kees Cook
1
-7
/
+1
2015-04-17
arm: use asm-generic for seccomp.h
Kees Cook
2
-11
/
+1
2015-04-17
seccomp: allow COMPAT sigreturn overrides
Kees Cook
1
-0
/
+2
2015-04-17
arc: do not export symbols in troubleshoot.c
Davidlohr Bueso
1
-2
/
+1
2015-04-17
include/linux/kconfig.h: ese macros which are already defined
Michal Simek
1
-8
/
+7
2015-04-17
memstick: mspro_block: add missing curly braces
Dan Carpenter
1
-1
/
+2
2015-04-17
bfs: correct return values
Sanidhya Kashyap
1
-2
/
+2
2015-04-17
bfs: bfad_worker cleanup
Jiri Slaby
1
-13
/
+9
2015-04-17
affs: kstrdup() memory handling
Sanidhya Kashyap
1
-1
/
+5
2015-04-17
fs/affs: use affs_test_opt()
Fabian Frederick
5
-21
/
+22
2015-04-17
fs/affs/super.c: use affs_set_opt()
Fabian Frederick
1
-15
/
+16
2015-04-17
fs/affs/affs.h: add mount option manipulation macros
Fabian Frederick
1
-0
/
+4
2015-04-17
fs/affs: use AFFS_MOUNT prefix for mount options
Fabian Frederick
6
-48
/
+54
2015-04-17
adfs: return correct return values
Sanidhya Kashyap
2
-5
/
+16
2015-04-17
gcov: fix softlockups
Andrey Ryabinin
1
-1
/
+4
2015-04-17
kernel/sysctl.c: detect overflows when converting to int
Heinrich Schuchardt
1
-1
/
+9
2015-04-17
cpumask: don't perform while loop in cpumask_next_and()
Sergey Senozhatsky
1
-4
/
+5
2015-04-17
fs/exec.c:de_thread: move notify_count write under lock
Kirill Tkhai
1
-1
/
+5
2015-04-17
prctl: avoid using mmap_sem for exe_file serialization
Davidlohr Bueso
3
-25
/
+47
2015-04-17
mm: rcu-protected get_mm_exe_file()
Konstantin Khlebnikov
4
-22
/
+40
2015-04-17
Doc/sysctl/kernel.txt: document threads-max
Heinrich Schuchardt
1
-0
/
+21
2015-04-17
kernel/sysctl.c: threads-max observe limits
Heinrich Schuchardt
3
-6
/
+34
2015-04-17
kernel/fork.c: avoid division by zero
Heinrich Schuchardt
1
-9
/
+20
2015-04-17
kernel/fork.c: new function for max_threads
Heinrich Schuchardt
2
-15
/
+23
2015-04-17
fork_init: update max_threads comment
Jean Delvare
1
-2
/
+2
2015-04-17
fork: report pid reservation failure properly
Michal Hocko
2
-9
/
+11
2015-04-17
signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfo
Vladimir Davydov
1
-9
/
+5
2015-04-17
ptrace: ptrace_detach() can no longer race with SIGKILL
Oleg Nesterov
1
-10
/
+9
2015-04-17
ptrace: fix race between ptrace_resume() and wait_task_stopped()
Oleg Nesterov
1
-0
/
+20
2015-04-17
fs/fat: comment fix, fat_bits can be also 32
Alexander Kuleshov
1
-1
/
+1
[prev]
[next]