Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
4136c26b65d12d0c5ef58b7d30dc0aa2a11ed491
4136c26
coredump: make coredump_wait wait for mmap_sem for write killable
by Michal Hocko
· 9 years ago
6904817
vdso: make arch_setup_additional_pages wait for mmap_sem for write killable
by Michal Hocko
· 9 years ago
91f4f94
ipc, shm: make shmem attach/detach wait for mmap_sem killable
by Michal Hocko
· 9 years ago
7c05126
mm, fork: make dup_mmap wait for mmap_sem for write killable
by Michal Hocko
· 9 years ago
4e80153
mm, proc: make clear_refs killable
by Michal Hocko
· 9 years ago
2d6c928
mm: make vm_brk killable
by Michal Hocko
· 9 years ago
ecc2bc8
mm, elf: handle vm_brk error
by Michal Hocko
· 9 years ago
864778b
mm, aout: handle vm_brk failures
by Michal Hocko
· 9 years ago
ae79878
mm: make vm_munmap killable
by Michal Hocko
· 9 years ago
9fbeb5a
mm: make vm_mmap killable
by Michal Hocko
· 9 years ago
dc0ef0d
mm: make mmap_sem for write waits killable for mm syscalls
by Michal Hocko
· 9 years ago
e10af13
MAINTAINERS: add co-maintainer for scripts/gdb
by Kieran Bingham
· 9 years ago
b3b0842
scripts/gdb: decode bytestream on dmesg for Python3
by Kieran Bingham
· 9 years ago
d21d5b9eb
scripts/gdb: fix issue with dmesg.py and python 3.X
by Dom Cote
· 9 years ago
321958d
scripts/gdb: improve types abstraction for gdb python scripts
by Dom Cote
· 9 years ago
9f66dee
scripts/gdb: add lx_thread_info_by_pid helper
by Kieran Bingham
· 9 years ago
9b55803
scripts/gdb: add documentation example for radix tree
by Kieran Bingham
· 9 years ago
e127a73
scripts/gdb: add a Radix Tree Parser
by Kieran Bingham
· 9 years ago
4bc393d
scripts/gdb: cast CPU numbers to integer
by Jan Kiszka
· 9 years ago
b150393
scripts/gdb: add cpu iterators
by Kieran Bingham
· 9 years ago
c1a1539
scripts/gdb: add mount point list command
by Kieran Bingham
· 9 years ago
e7165a2
scripts/gdb: add io resource readers
by Kieran Bingham
· 9 years ago
74627cf
scripts/gdb: provide a dentry_name VFS path helper
by Kieran Bingham
· 9 years ago
958ef8a
scripts/gdb: support !CONFIG_MODULES gracefully
by Kieran Bingham
· 9 years ago
e78f3d7
scripts/gdb: provide exception catching parser
by Kieran Bingham
· 9 years ago
619ccaf
scripts/gdb: convert modules usage to lists functions
by Kieran Bingham
· 9 years ago
a84be61
scripts/gdb: provide kernel list item generators
by Kieran Bingham
· 9 years ago
f197d75
scripts/gdb: provide linux constants
by Kieran Bingham
· 9 years ago
0c22fde
scripts/gdb: Adjust module reference counter reported by lx-lsmod
by Jan Kiszka
· 9 years ago
7efb2a7
arch/defconfig: remove CONFIG_RESOURCE_COUNTERS
by Konstantin Khlebnikov
· 9 years ago
de6cdcb
drivers/memstick/core/mspro_block: use kmemdup
by Muhammad Falak R Wani
· 9 years ago
a831979
rtsx_usb_ms: use schedule_timeout_idle() in polling loop
by Oleksandr Natalenko
· 9 years ago
a0c20de
kdump: fix gdb macros work work with newer and 64-bit kernels
by Corey Minyard
· 9 years ago
7a0058e
s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_protect(unprotect)_crashkres()
by Xunlei Pang
· 9 years ago
0eea086
kexec: do a cleanup for function kexec_load
by Minfei Huang
· 9 years ago
917a356
kexec: make a pair of map/unmap reserved pages in error path
by Minfei Huang
· 9 years ago
1e5768a
kexec: provide arch_kexec_protect(unprotect)_crashkres()
by Xunlei Pang
· 9 years ago
9b492cf
kexec: introduce a protection mechanism for the crashkernel reserved memory
by Xunlei Pang
· 9 years ago
9eb8a65
exec: remove the no longer needed remove_arg_zero()->free_arg_page()
by Oleg Nesterov
· 9 years ago
725fc62
kernek/fork.c: allocate idle task for a CPU always on its local node
by Andi Kleen
· 9 years ago
5c8ccef
signal: move the "sig < SIGRTMIN" check into siginmask(sig)
by Oleg Nesterov
· 9 years ago
747800e
kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...)
by Wang Xiaoqiang
· 9 years ago
c96fc2d
signal: make oom_flags a bool
by Tetsuo Handa
· 9 years ago
91c4e8e
wait: allow sys_waitid() to accept __WNOTHREAD/__WCLONE/__WALL
by Oleg Nesterov
· 9 years ago
bf95993
wait/ptrace: assume __WALL if the child is traced
by Oleg Nesterov
· 9 years ago
076a378
nilfs2: fix block comments
by Ryusuke Konishi
· 9 years ago
80d6505
nilfs2: remove loops of single statement macros
by Ryusuke Konishi
· 9 years ago
7f00184
nilfs2: remove unnecessary else after return or break
by Ryusuke Konishi
· 9 years ago
0c6c44c
nilfs2: avoid bare use of 'unsigned'
by Ryusuke Konishi
· 9 years ago
7592ecd
nilfs2: fix code indent coding style issue
by Ryusuke Konishi
· 9 years ago
c9cb9b5
nilfs2: remove space before semicolon
by Ryusuke Konishi
· 9 years ago
06f4abf
nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()
by Ryusuke Konishi
· 9 years ago
facb9ec
nilfs2: clean trailing semicolons in macros
by Ryusuke Konishi
· 9 years ago
4ad364c
nilfs2: add missing line spacing
by Ryusuke Konishi
· 9 years ago
e7a142a
nilfs2: replace __attribute__((packed)) with __packed
by Ryusuke Konishi
· 9 years ago
2d19961
nilfs2: move cleanup code of metadata file from inode routines
by Ryusuke Konishi
· 9 years ago
24e20ea
nilfs2: get rid of nilfs_mdt_mark_block_dirty()
by Ryusuke Konishi
· 9 years ago
756cbdb
nilfs2: clarify permission to replicate the design
by Ryusuke Konishi
· 9 years ago
9e92e51
MAINTAINERS: add web link for nilfs project
by Ryusuke Konishi
· 9 years ago
4b420ab
nilfs2: clean up old e-mail addresses
by Ryusuke Konishi
· 9 years ago
5726d0b
nilfs2: remove FSF mailing address from GPL notices
by Ryusuke Konishi
· 9 years ago
f19e78d
nilfs2: remove space before comma
by Ryusuke Konishi
· 9 years ago
8fa7c32
nilfs2: fix white space issue in nilfs_mount()
by Ryusuke Konishi
· 9 years ago
1c613cb
nilfs2: constify nilfs_sc_operations structures
by Julia Lawall
· 9 years ago
a46d8c3
fs/befs/io.c:befs_bread(): remove unneeded initialization to NULL
by Salah Triki
· 9 years ago
77169af
fs/befs/io.c:befs_bread_iaddr(): remove unneeded initialization to NULL
by Salah Triki
· 9 years ago
d6e0203
fs/befs/linuxvfs.c:befs_iget(): remove unneeded befs_nio initialization to NULL
by Salah Triki
· 9 years ago
44ad809
fs/befs/linuxvfs.c:befs_iget(): remove unneeded raw_inode initialization to NULL
by Salah Triki
· 9 years ago
e4c7f5b
fs/befs/linuxvfs.c:befs_iget(): remove unneeded initialization to NULL
by Salah Triki
· 9 years ago
c940876
fs/befs/linuxvfs.c:befs_get_block(): remove unneeded initialization to NULL
by Salah Triki
· 9 years ago
6c8da24
fs/befs/datastream.c:befs_find_brun_dblindirect(): remove unneeded initializations to NULL
by Salah Triki
· 9 years ago
3080ea9
fs/befs/datastream.c:befs_read_lsymlink(): remove unneeded initialization to NULL
by Salah Triki
· 9 years ago
ff2fe0a
fs/befs/datastream.c:befs_read_datastream(): remove unneeded initialization to NULL
by Salah Triki
· 9 years ago
1383399
mm: memcontrol: fix possible css ref leak on oom
by Vladimir Davydov
· 9 years ago
f43edca
ELF/MIPS build fix
by Ralf Baechle
· 9 years ago
ededb49
m32r: fix build failure
by Sudip Mukherjee
· 9 years ago
7639dad
Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
77ed402
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
by Linus Torvalds
· 9 years ago
21f9deb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 9 years ago
bd28b14
x86: remove more uaccess_32.h complexity
by Linus Torvalds
· 9 years ago
5b09c3e
x86: remove pointless uaccess_32.h complexity
by Linus Torvalds
· 9 years ago
f6c658d
Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 9 years ago
07be133
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
63d222b
Merge tag 'rtc-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 9 years ago
10cd715
Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration
by Linus Torvalds
· 9 years ago
51e68d0
x86 isa: add back X86_32 dependency on CONFIG_ISA
by Linus Torvalds
· 9 years ago
b9ba1eb
rtc: tps6586x: rename so module can be autoloaded
by Nicolas Chauvet
· 9 years ago
814db2b
rtc: rv3029: hide unused i2c device table
by Arnd Bergmann
· 9 years ago
a9dbe55
rtc: rs5c372: r2025: fix check for 'oscillator halted' condition
by Thomas Koeller
· 15 years ago
0ddc5b8
rtc: rv3029: add alarm IRQ
by Mylène Josserand
· 9 years ago
38201ca
rtc: rv3029: fix set_time function
by Mylène Josserand
· 9 years ago
dc492e8
rtc: rv3029: fix alarm support
by Mylène Josserand
· 9 years ago
abe2f55
rtc: rv3029: Remove some checks and warnings
by Mylène Josserand
· 9 years ago
c2a1c14
rtc: rv3029: Add support of RV3049
by Mylène Josserand
· 9 years ago
e6e3808
rtc: rv3029: convert to use regmap
by Mylène Josserand
· 9 years ago
4e7f1a6
rtc: rv3029: remove 'i2c' in functions names
by Mylène Josserand
· 9 years ago
5469dc2
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
2f37dd1
Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 9 years ago
3aa2fc1
Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 9 years ago
5af2344
Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 9 years ago
Next »