Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
949e51bea342da838be5295628e4a7ada8bae833
/
kernel
e9f29c9
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 14 years ago
bdab225
Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300
by Linus Torvalds
· 14 years ago
a042e26
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
f66dd53
Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 14 years ago
61d8e11
Remove duplicate includes from many files
by Zimny Lech
· 14 years ago
5de1cb2
kernel/resource.c: handle reinsertion of an already-inserted resource
by Huang Shijie
· 14 years ago
d57af9b
taskstats: use real microsecond granularity for CPU times
by Michael Holzheu
· 14 years ago
3d9e0cf
taskstats: split fill_pid function
by Michael Holzheu
· 14 years ago
9323312
taskstats: separate taskstats commands
by Michael Holzheu
· 14 years ago
85893120
delayacct: align to 8 byte boundary on 64-bit systems
by Jeff Mahoney
· 14 years ago
478735e3
/proc/stat: fix scalability of irq sum of all cpu
by KAMEZAWA Hiroyuki
· 14 years ago
d16e15f
exit: add lock context annotation on find_new_reaper()
by Namhyung Kim
· 14 years ago
9b1bf12
signals: move cred_guard_mutex from task_struct to signal_struct
by KOSAKI Motohiro
· 14 years ago
b840115
signals: annotate lock context change on ptrace_stop()
by Namhyung Kim
· 14 years ago
b8ed374
signals: annotate lock_task_sighand()
by Namhyung Kim
· 14 years ago
9fed81d
ptrace: cleanup ptrace_request()
by Namhyung Kim
· 14 years ago
4abf986
ptrace: change signature of sys_ptrace() and friends
by Namhyung Kim
· 14 years ago
c4b5ed2
ptrace: annotate lock context change on exit_ptrace()
by Namhyung Kim
· 14 years ago
4553175
cgroup: notify ns_cgroup deprecated
by Daniel Lezcano
· 14 years ago
f4a2589
cgroups: add check for strcpy destination string overflow
by Evgeny Kuznetsov
· 14 years ago
32a8cf23
cgroup: make the mount options parsing more accurate
by Daniel Lezcano
· 14 years ago
97978e6
cgroup: add clone_children control file
by Daniel Lezcano
· 14 years ago
2d3cbf8
cgroup_freezer: update_freezer_state() does incorrect state transitions
by Tomasz Buchert
· 14 years ago
0bdba58
cgroup_freezer: fix can_attach() to prohibit moving from/to freezing/frozen cgroups
by Tomasz Buchert
· 14 years ago
d5de4dd
cgroup_freezer: unnecessary test in cgroup_freezing_or_frozen()
by Tomasz Buchert
· 14 years ago
3a5f65df
Typedef SMP call function pointer
by David Howells
· 14 years ago
abbce90
(trivial) Fix compiler warning in kernel/modules.c
by Michał Mirosław
· 14 years ago
426e1f5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
ee2f154
docbook: add more wait/wake/completion to device-drivers docbook
by Randy Dunlap
· 14 years ago
f5d87d8
printk: declare printk_ratelimit_state in ratelimit.h
by Namhyung Kim
· 14 years ago
674dff6
printk: change type of 'boot_delay' to int *
by Namhyung Kim
· 14 years ago
8155c02
printk: add lock context annotation
by Namhyung Kim
· 14 years ago
6c095ef
printk: fixup declaration of kmsg_reasons
by Namhyung Kim
· 14 years ago
4ce6494
stop_machine: convert cpu notifier to return encapsulate errno value
by Akinobu Mita
· 14 years ago
ca51c5a
kernel/stop_machine.c: fix unused variable warning
by Rakib Mullick
· 14 years ago
518de9b
fs: allow for more than 2^31 files
by Eric Dumazet
· 14 years ago
571428b
kernel/user.c: add lock release annotation on free_user()
by Namhyung Kim
· 14 years ago
ca1cab3
workqueues: s/ON_STACK/ONSTACK/
by Andrew Morton
· 14 years ago
3ecb01d
use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages
by Jan Beulich
· 14 years ago
61ecdb80
mm: strictly nested kmap_atomic()
by Peter Zijlstra
· 14 years ago
3d5992d
oom: add per-mm oom disable count
by Ying Han
· 14 years ago
e7f8567
resources: support allocating space within a region from the top down
by Bjorn Helgaas
· 14 years ago
a1862e3
resources: handle overflow when aligning start of available area
by Bjorn Helgaas
· 14 years ago
6909ba1
resources: ensure callback doesn't allocate outside available space
by Bjorn Helgaas
· 14 years ago
5d6b1fa
resources: factor out resource_clip() to simplify find_resource()
by Bjorn Helgaas
· 14 years ago
a9cea01
resources: add a default alignf to simplify find_resource()
by Bjorn Helgaas
· 14 years ago
5c16d2c
Merge branch 'tip/perf/ringbuffer-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent
by Ingo Molnar
· 14 years ago
312d3ca
fs: use percpu counter for nr_dentry and nr_dentry_unused
by Christoph Hellwig
· 14 years ago
85fe402
fs: do not assign default i_ino in new_inode
by Christoph Hellwig
· 14 years ago
7de9c6ee
new helper: ihold()
by Al Viro
· 14 years ago
cffbc8a
fs: Convert nr_inodes and nr_unused to per-cpu counters
by Dave Chinner
· 14 years ago
7e360c3
fs: allow for more than 2^31 files
by Eric Dumazet
· 14 years ago
5260562
MN10300: Fix the PERCPU() alignment to allow for workqueues
by David Howells
· 14 years ago
43948f5
kprobes: Remove redundant text_mutex lock in optimize
by Masami Hiramatsu
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
aa7b250
tracing: Fix 'faild' -> 'failed' typo
by Joe Perches
· 14 years ago
b8ecad8
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent
by Ingo Molnar
· 14 years ago
02f3603
Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linus', 'x86-quirks-for-linus', 'x86-setup-for-linus', 'x86-uv-for-linus' and 'x86-vm86-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
8814011
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb
by Linus Torvalds
· 14 years ago
91b7450
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
495363d
kdb,debug_core: adjust master cpu switch logic against new debug_core locking
by Jason Wessel
· 15 years ago
dfee3a7
debug_core: refactor locking for master/slave cpus
by Jason Wessel
· 15 years ago
c1bb9a9
debug_core: disable hw_breakpoints on all cores in kgdb_cpu_enter()
by Dongdong Deng
· 14 years ago
91b152a
kdb,kgdb: fix sparse fixups
by Jason Wessel
· 14 years ago
75d14ed
kdb: Fix oops in kdb_unregister
by Jason Wessel
· 14 years ago
e3bda3a
kdb,ftdump: Remove reference to internal kdb include
by Jason Wessel
· 14 years ago
f7030bb
kdb: Allow kernel loadable modules to add kdb shell functions
by Jason Wessel
· 14 years ago
fb70b58
debug_core: stop rcu warnings on kernel resume
by Jason Wessel
· 14 years ago
16cdc62
debug_core: move all watch dog syncs to a single function
by Jason Wessel
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
79f14b7
Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
5704e44
Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
eea4a0b
Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent
by Ingo Molnar
· 14 years ago
d7842da
perf_events: Fix for transaction recovery in group_sched_in()
by Stephane Eranian
· 14 years ago
9ffcfa6
perf_events: Revert: Fix transaction recovery in group_sched_in()
by Stephane Eranian
· 14 years ago
d4429f6
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 14 years ago
3044100
Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
b515316
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 14 years ago
a8cbf22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
by Linus Torvalds
· 14 years ago
4a60cfa
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
62bea97
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
b61f6a5
Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
0575db8
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
bc4016f
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
5d70f79
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
888a6f7
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
31b7eab
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
f4bc6bb
tracing: Cleanup the convoluted softirq tracepoints
by Thomas Gleixner
· 14 years ago
dd49a38
tracing: Do not limit the size of the number of CPU buffers
by Steven Rostedt
· 14 years ago
b0ae198
security: remove unused parameter from security_task_setscheduler()
by KOSAKI Motohiro
· 14 years ago
b8b2663
ring-buffer: Remove unused macro RB_TIMESTAMPS_PER_PAGE
by Steven Rostedt
· 14 years ago
d9abde2
ring-buffer: Micro-optimize with some strategic inlining
by Steven Rostedt
· 14 years ago
140ff89
ring-buffer: Remove condition to add timestamp in fast path
by Steven Rostedt
· 14 years ago
69d1b83
ring-buffer: Bind time extend and data events together
by Steven Rostedt
· 14 years ago
f25106a
ring-buffer: Pass delta by value and not by reference
by Steven Rostedt
· 14 years ago
e8bc43e
ring-buffer: Pass timestamp by value and not by reference
by Steven Rostedt
· 14 years ago
14d4962
Merge branch 'linus' into irq/core
by Ingo Molnar
· 14 years ago
809b4e0
Merge branch 'devel-stable' into devel
by Russell King
· 14 years ago
750ed15
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core
by Ingo Molnar
· 14 years ago
747e94a
ring-buffer: Make write slow path out of line
by Steven Rostedt
· 14 years ago
Next »