Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
74bd59bb39eb08b4379e2590c5f160748d83f812
/
kernel
74bd59b
namespaces: cleanup the code managed with PID_NS option
by Pavel Emelyanov
· 17 years ago
aee16ce
namespaces: cleanup the code managed with the USER_NS option
by Pavel Emelyanov
· 17 years ago
ae5e1b2
namespaces: move the IPC namespace under IPC_NS option
by Pavel Emelyanov
· 17 years ago
58bfdd6d
namespaces: move the UTS namespace under UTS_NS option
by Pavel Emelyanov
· 17 years ago
a3d0c6a
hugetlb: add locking for overcommit sysctl
by Nishanth Aravamudan
· 17 years ago
f0f1b33
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 17 years ago
bba1f60
vmcoreinfo: add "VMCOREINFO_" to all the call for vmcoreinfo_append_str()
by Ken'ichi Ohmichi
· 17 years ago
c76f860
vmcoreinfo: rename vmcoreinfo's macros returning the size
by Ken'ichi Ohmichi
· 17 years ago
73507f3
Handle pid namespaces in cgroups code
by Pavel Emelyanov
· 17 years ago
b450129
hotplug cpu move tasks in empty cpusets - refinements
by Paul Jackson
· 17 years ago
c8d9c90
hotplug cpu: move tasks in empty cpusets to parent various other fixes
by Paul Jackson
· 17 years ago
2df167a
cgroups: update comments in cpuset.c
by Paul Menage
· 17 years ago
58f4790
cpusets: update_cpumask revision
by Cliff Wickman
· 17 years ago
956db3c
hotplug cpu: move tasks in empty cpusets to parent
by Cliff Wickman
· 17 years ago
31a7df0
cgroups: mechanism to process each task in a cgroup
by Cliff Wickman
· 17 years ago
4fca88c
memory cgroup enhancements: add- pre_destroy() handler
by KAMEZAWA Hiroyuki
· 17 years ago
fef1bdd
oom: add sysctl to enable task memory dump
by David Rientjes
· 17 years ago
0eea103
Memory controller improve user interface
by Balbir Singh
· 17 years ago
78fb746
Memory controller: accounting setup
by Pavel Emelianov
· 17 years ago
e552b66
Memory controller: resource counters
by Pavel Emelianov
· 17 years ago
e9685a0
kernel/cgroup.c: make 2 functions static
by Adrian Bunk
· 17 years ago
8dc4f3e
cgroups: move cgroups destroy() callbacks to cgroup_diput()
by Paul Menage
· 17 years ago
622d42c
cgroup simplify space stripping
by Paul Jackson
· 17 years ago
e18f631
cgroup brace coding style fix
by Paul Jackson
· 17 years ago
3cdeed2
kernel/cgroup.c: remove dead code
by Adrian Bunk
· 17 years ago
eccba06
gfs2: make gfs2_glock.gl_owner_pid be a struct pid *
by Pavel Emelyanov
· 17 years ago
81e242d
Merge branches 'release' and 'dsdt-override' into release
by Len Brown
· 17 years ago
23b168d
PM: documentation cleanups
by Pavel Machek
· 17 years ago
6ed31e9
ACPI: Taint kernel on ACPI table override (format corrected)
by Éric Piel
· 17 years ago
f47cd9b
kprobes: kretprobe user entry-handler
by Abhishek Sagar
· 17 years ago
ec03d70
speed up jiffies conversion functions if HZ==USER_HZ
by Andrew Morton
· 17 years ago
6ffc787
system timer: fix crash in <100Hz system timer
by David Fries
· 17 years ago
1bf4734
kernel/sys.c: get rid of expensive divides in groups_sort()
by Eric Dumazet
· 17 years ago
6b2fb3c
idle_regs() must be __cpuinit
by Adrian Bunk
· 17 years ago
eb38a99
kernel/params.c: remove sparse-warning (different signedness)
by Richard Knutsson
· 17 years ago
6c6080f
stopmachine: semaphore to mutex
by Daniel Walker
· 17 years ago
1a669c2
Add arch_ptrace_stop
by Roland McGrath
· 17 years ago
a1e0961
relay: nopage
by Nick Piggin
· 17 years ago
9cfe015
get rid of NR_OPEN and introduce a sysctl_nr_open
by Eric Dumazet
· 17 years ago
0a76fe8
do_wait: remove one "else if" branch
by Oleg Nesterov
· 17 years ago
eed4a2a
printk.c: use unsigned ints instead of longs for logbuf index
by Denys Vlasenko
· 17 years ago
5e2cb10
time: fix sysfs_show_{available,current}_clocksources() buffer overflow problem
by Miao Xie
· 17 years ago
c166f23
kernel/notifier.c should #include <linux/reboot.h>
by Adrian Bunk
· 17 years ago
bb69517
make srcu_readers_active() static
by Adrian Bunk
· 17 years ago
f17d30a
kernel/ptrace.c should #include <linux/syscalls.h>
by Adrian Bunk
· 17 years ago
a3b8111
remove support for un-needed _extratext section
by Robin Getz
· 17 years ago
d9ae90a
use __set_task_state() for TRACED/STOPPED tasks
by Oleg Nesterov
· 17 years ago
06b8e87
taskstats scaled time cleanup
by Michael Neuling
· 17 years ago
f011e2e
latency.c: use QoS infrastructure
by Mark Gross
· 17 years ago
d82b351
pm qos infrastructure and interface
by Mark Gross
· 17 years ago
4ef7229
make kernel_shutdown_prepare() static
by Adrian Bunk
· 17 years ago
47a460d
kernel/power/disk.c: make code static
by Adrian Bunk
· 17 years ago
3b7391d
capabilities: introduce per-process capability bounding set
by Serge E. Hallyn
· 17 years ago
e338d26
Add 64-bit capability support to the kernel
by Andrew Morgan
· 17 years ago
195cf453
mm/page-writeback: highmem_is_dirtyable option
by Bron Gondwana
· 17 years ago
5e54197
add mm argument to pte/pmd/pud/pgd_free
by Benjamin Herrenschmidt
· 17 years ago
9f8f217
Page allocator: clean up pcp draining functions
by Christoph Lameter
· 17 years ago
4d672e7
timerfd: new timerfd API
by Davide Libenzi
· 17 years ago
ed5d2ca
exec: rework the group exit and fix the race with kill
by Oleg Nesterov
· 17 years ago
f558b7e
remove handle_group_stop() in favor of do_signal_stop()
by Oleg Nesterov
· 17 years ago
198466b
__group_complete_signal(): fix coredump with group stop race
by Oleg Nesterov
· 17 years ago
bdff746
clone: prepare to recycle CLONE_STOPPED
by Andrew Morton
· 17 years ago
f5bb3a5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 17 years ago
519cb68
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
by Linus Torvalds
· 17 years ago
2f98735
vm audit: add VM_DONTEXPAND to mmap for drivers that need it
by Nick Piggin
· 17 years ago
0b0a3e7
kernel/: Spelling fixes
by Joe Perches
· 17 years ago
06c93e8
Remove one useless extern declaration
by Pierre Peiffer
· 17 years ago
125e564
Move Kconfig.instrumentation to arch/Kconfig and init/Kconfig
by Mathieu Desnoyers
· 17 years ago
3f55009
Add HAVE_KPROBES
by Mathieu Desnoyers
· 17 years ago
42d4b83
Add HAVE_OPROFILE
by Mathieu Desnoyers
· 17 years ago
c0ffa3a
Fix ARM to play nicely with generic Instrumentation menu
by Mathieu Desnoyers
· 17 years ago
dfacd68
kobject: Always build in kernel/ksysfs.o.
by Paul Mundt
· 17 years ago
687fcdf
Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 17 years ago
ed50d6c
debug: softlockup looping fix
by Peter Zijlstra
· 17 years ago
5a0a2f3
Hibernation: Invoke suspend notifications after console switch
by Rafael J. Wysocki
· 17 years ago
af258f5
Suspend: Invoke suspend notifications after console switch
by Johannes Berg
· 17 years ago
b28f508
Suspend: Add config option to disable the freezer if architecture wants that
by Johannes Berg
· 17 years ago
caea99e
Hibernation: Introduce begin() and end() callbacks
by Rafael J. Wysocki
· 17 years ago
c697eec
Suspend: Introduce begin() and end() callbacks
by Rafael J. Wysocki
· 17 years ago
7671b8a
suspend: fix ia64 allmodconfig build
by Rafael J. Wysocki
· 17 years ago
f4cb570
Suspend: Clean up Kconfig (V2)
by Johannes Berg
· 17 years ago
801e406
Hibernation: Clean up Kconfig (V2)
by Johannes Berg
· 17 years ago
2397672
Hibernation: Update messages
by Rafael J. Wysocki
· 17 years ago
465d2b4
Suspend: Use common prefix in messages
by Rafael J. Wysocki
· 17 years ago
b6887a2
Hibernation: Remove unnecessary variable declaration
by Rafael J. Wysocki
· 17 years ago
9575809
Hibernation: Fix comment in disk.c
by Rafael J. Wysocki
· 17 years ago
9628c0e
Suspend: Fix comment in main.c
by Rafael J. Wysocki
· 17 years ago
72df68c
Hibernation: Move low level resume to disk.c
by Rafael J. Wysocki
· 17 years ago
2ed43b6
Suspend: Fix compilation warning for CONFIG_SUSPEND unset
by Rafael J. Wysocki
· 17 years ago
8252575
PM: Convert PM notifiers to out-of-line code
by Alan Stern
· 17 years ago
90dda1c
PM: Make PM_TRACE more architecture independent
by Johannes Berg
· 17 years ago
4cc7977
Hibernation: New testing facility (rev. 2)
by Rafael J. Wysocki
· 17 years ago
039a75c
suspend: build fix responding to 2.6.25 kset change
by Rafael J. Wysocki
· 17 years ago
0e7d56e
Suspend: Testing facility (rev. 2)
by Rafael J. Wysocki
· 17 years ago
c3e94d8
Hibernation: Add PM_RESTORE_PREPARE and PM_POST_RESTORE notifiers (rev. 2)
by Alan Stern
· 17 years ago
2f8ed1c
Hibernation: Move function prototypes to header
by Adrian Bunk
· 17 years ago
3010f8c
Hibernation: Introduce exportable suspend ioctls header (rev. 2)
by Rafael J. Wysocki
· 17 years ago
cc5d207
Hibernation: Correct definitions of some ioctls (rev. 2)
by Rafael J. Wysocki
· 17 years ago
96f7374
Hibernation: Mark SNAPSHOT_SET_SWAP_FILE ioctl as deprecated (rev. 2)
by Rafael J. Wysocki
· 17 years ago
eb57c1c
Hibernation: Rework platform support ioctls (rev. 2)
by Rafael J. Wysocki
· 17 years ago
Next »