Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9f2501142bd3c496afa7efdf18583aab56fe3134
/
kernel
7bf99fb
gcov: enable GCOV_PROFILE_ALL for x86_64
by Peter Oberparleiter
· 16 years ago
2521f2c
gcov: add gcov profiling infrastructure
by Peter Oberparleiter
· 16 years ago
b99b87f
kernel: constructor support
by Peter Oberparleiter
· 16 years ago
90af90d
nsproxy: extract create_nsproxy()
by Alexey Dobriyan
· 16 years ago
4c2a7e7
utsns: extract creeate_uts_ns()
by Alexey Dobriyan
· 16 years ago
dca4a97
pidns: rewrite copy_pid_ns()
by Alexey Dobriyan
· 16 years ago
ed469a6
pidns: make create_pid_namespace() accept parent pidns
by Alexey Dobriyan
· 16 years ago
17f98dc
pids: clean up find_task_by_pid variants
by Christoph Hellwig
· 16 years ago
7338f29
sysctl.c: remove unused variable
by Sukanto Ghosh
· 16 years ago
371cbb3
kthreads: simplify migration_thread() exit path
by Oleg Nesterov
· 16 years ago
6370617
kthreads: rework kthread_stop()
by Oleg Nesterov
· 16 years ago
cdd140b
kthreads: simplify the startup synchronization
by Oleg Nesterov
· 16 years ago
e1eb1eb
mm: exit.c reorder wait_opts to remove padding on 64 bit builds
by Richard Kennedy
· 16 years ago
f95d39d
do_wait: fix the theoretical race with stop/trace/cont
by Oleg Nesterov
· 16 years ago
a3f6dfb
do_wait: kill the old BUG_ON, use while_each_thread()
by Oleg Nesterov
· 16 years ago
64a16ca
do_wait: simplify retval/tsk_result/notask_error mess
by Oleg Nesterov
· 16 years ago
9e8ae01
introduce "struct wait_opts" to simplify do_wait() patches
by Oleg Nesterov
· 16 years ago
4791802
shift "ptrace implies WUNTRACED" from ptrace_do_wait() to wait_task_stopped()
by Oleg Nesterov
· 16 years ago
72a1de3
copy_process(): remove the unneeded clear_tsk_thread_flag(TIF_SIGPENDING)
by Oleg Nesterov
· 16 years ago
77d1ef7
wait_task_zombie: do not use thread_group_cputime()
by Oleg Nesterov
· 16 years ago
e496125
ptrace: don't take tasklist to get/set ->last_siginfo
by Oleg Nesterov
· 16 years ago
d926566
ptrace: do_notify_parent_cldstop: fix the wrong ->nsproxy usage
by Oleg Nesterov
· 16 years ago
d1e98f4
ptrace: wait_task_zombie: s/->parent/->real_parent/
by Oleg Nesterov
· 16 years ago
8053bdd
ptrace_get_task_struct: s/tasklist/rcu/, make it static
by Oleg Nesterov
· 16 years ago
4b105cb
ptrace: do not use task_lock() for attach
by Oleg Nesterov
· 16 years ago
f2f0b00
ptrace: cleanup check/set of PT_PTRACED during attach
by Oleg Nesterov
· 16 years ago
b79b7ba
ptrace: ptrace_attach: check PF_KTHREAD + exit_state instead of ->mm
by Oleg Nesterov
· 16 years ago
5cb1144
ptrace: do not use task->ptrace directly in core kernel
by Oleg Nesterov
· 16 years ago
dea33cf
ptrace: mm_need_new_owner: use ->real_parent to search in the siblings
by Oleg Nesterov
· 16 years ago
8724513
allow_signal: kill the bogus ->mm check, add a note about CLONE_SIGHAND
by Oleg Nesterov
· 16 years ago
c5b947b
memcg: add interface to reset limits
by Daisuke Nishimura
· 16 years ago
f9ab5b5
cgroups: forbid noprefix if mounting more than just cpuset subsystem
by Li Zefan
· 16 years ago
aa0ce5b
softirq: introduce statistics for softirq
by Keika Kobayashi
· 16 years ago
b7c142d
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
by Linus Torvalds
· 16 years ago
517d086
Merge branch 'akpm'
by Linus Torvalds
· 16 years ago
009789f
slow-work: use round_jiffies() for thread pool's cull and OOM timers
by Chris Peterson
· 16 years ago
30639b6a
groups: move code to kernel/groups.c
by Alexey Dobriyan
· 16 years ago
b33112d
kernel/kfifo.c: replace conditional test with is_power_of_2()
by Robert P. J. Day
· 16 years ago
6837765
mm: remove CONFIG_UNEVICTABLE_LRU config option
by KOSAKI Motohiro
· 16 years ago
7f33d49
mm, PM/Freezer: Disable OOM killer when tasks are frozen
by Rafael J. Wysocki
· 16 years ago
6484eb3
page allocator: do not check NUMA node ID when the caller knows the node is valid
by Mel Gorman
· 16 years ago
58568d2
cpuset,mm: update tasks' mems_allowed in time
by Miao Xie
· 16 years ago
950592f
cpusets: update tasks' page/slab spread flags in time
by Miao Xie
· 16 years ago
f3b39d4
cpusets: restructure the function cpuset_update_task_memory_state()
by Miao Xie
· 16 years ago
b3fec0f
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck
by Linus Torvalds
· 16 years ago
6fd0330
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 16 years ago
b231125
printk: add KERN_DEFAULT loglevel to print_modules()
by Linus Torvalds
· 16 years ago
e28d713
printk: Add KERN_DEFAULT printk log-level
by Linus Torvalds
· 16 years ago
5fd29d6
printk: clean up handling of log-levels and newlines
by Linus Torvalds
· 16 years ago
156f5a7
debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.
by GeunSik Lim
· 16 years ago
3959214
sched: delayed cleanup of user_struct
by Kay Sievers
· 16 years ago
19035e5
Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
f9db6e0
Merge branch 'timers-for-linus-clockevents' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
3f27c0d
Merge branch 'timers-for-linus-clocksource' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
722f2a6
Merge commit 'linus/master' into HEAD
by Vegard Nossum
· 16 years ago
7a0aeb1
signal: fix __send_signal() false positive kmemcheck warning
by Vegard Nossum
· 16 years ago
1744a21
trace: annotate bitfields in struct ring_buffer_event
by Vegard Nossum
· 16 years ago
2dff440
kmemcheck: add mm functions
by Vegard Nossum
· 17 years ago
45e3e19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next
by Linus Torvalds
· 16 years ago
489f7ab
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 16 years ago
a2ee2981
Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
dfec072
kmemcheck: add the kmemcheck core
by Vegard Nossum
· 17 years ago
cd6d95d
clocksource: prevent selection of low resolution clocksourse also for nohz=on
by Thomas Gleixner
· 16 years ago
7c692cb
tasklets: new tasklet scheduling function
by Vegard Nossum
· 17 years ago
947ec0b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
by Linus Torvalds
· 16 years ago
4ddbac9
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
fce2b111
PM/Hibernate: Move NVS routines into a seperate file (v2).
by Cornelia Huck
· 16 years ago
8b759b8
PM/Hibernate: Rename disk.c to hibernate.c
by Rafael J. Wysocki
· 16 years ago
a9d7052
PM: Separate suspend to RAM functionality from core
by Rafael J. Wysocki
· 16 years ago
fe41953
PM/Hibernate: Move memory shrinking to snapshot.c (rev. 2)
by Rafael J. Wysocki
· 16 years ago
c6f37f1
PM/Suspend: Do not shrink memory before suspend
by Rafael J. Wysocki
· 16 years ago
d161630
PM core: rename suspend and resume functions
by Alan Stern
· 16 years ago
e39a71e
PM: Rename device_power_down/up()
by Magnus Damm
· 16 years ago
6d21491
Merge branch 'topic/slab/earlyboot-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
by Linus Torvalds
· 16 years ago
7f3591c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest
by Linus Torvalds
· 16 years ago
3ac49a1
trivial: fix ETIMEOUT -> ETIMEDOUT typos
by Jean Delvare
· 16 years ago
1dc492a
trivial: kernel/power/poweroff.c: whitespace fix
by Manish Katiyar
· 16 years ago
b43e352
sched: export kick_process
by Rusty Russell
· 16 years ago
974802e
perf_counter: Add forward/backward attribute ABI compatibility
by Peter Zijlstra
· 16 years ago
081fad8
perf_counter: Remove PERF_TYPE_RAW special casing
by Peter Zijlstra
· 16 years ago
ad6561d
module: trim exception table on init free.
by Rusty Russell
· 16 years ago
fddd520
module_param: allow 'bool' module_params to be bool, not just int.
by Rusty Russell
· 16 years ago
45fcc70
module_param: split perm field into flags and perm
by Rusty Russell
· 16 years ago
9a71af2
module_param: invbool should take a 'bool', not an 'int'
by Rusty Russell
· 16 years ago
28be225
irq: slab alloc for default irq_affinity
by Yinghai Lu
· 16 years ago
337eb00
Push BKL down into ->remount_fs()
by Alessio Igor Bogani
· 16 years ago
589ff87
Switch collect_mounts() to struct path
by Al Viro
· 16 years ago
0d59597
Merge branch 'linus' into x86/mce3
by Ingo Molnar
· 16 years ago
512626a
Merge branch 'for-linus' of git://linux-arm.org/linux-2.6
by Linus Torvalds
· 16 years ago
8a1ca8c
Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
b640f04
Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
by Linus Torvalds
· 16 years ago
b415c49
slow_work_thread() should do the exclusive wait
by Oleg Nesterov
· 16 years ago
c905959
Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 16 years ago
d3d07d9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
by Linus Torvalds
· 16 years ago
3296ca2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 16 years ago
22fb4e7
irq: use kcalloc() instead of the bootmem allocator
by Pekka Enberg
· 16 years ago
0fb5302
sched: use slab in cpupri_init()
by Pekka Enberg
· 16 years ago
4bdddf8
sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var()
by Pekka Enberg
· 16 years ago
dad213a
irq/cpumask: make memoryless node zero happy
by Yinghai Lu
· 16 years ago
38c7fed
x86: remove some alloc_bootmem_cpumask_var calling
by Yinghai Lu
· 16 years ago
Next »