Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
6c821bd9edc9563b34c7920b4a99fe64992de530
/
kernel
1fe0135
Merge tag 'pm+acpi-3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
19788a9
Merge branch 'akpm' (patches from Andrew Morton)
by Linus Torvalds
· 11 years ago
62e32ac
printk: rename struct log to struct printk_log
by Joe Perches
· 11 years ago
2347540
printk: use pointer for console_cmdline indexing
by Joe Perches
· 11 years ago
bbeddf5
printk: move braille console support into separate braille.[ch] files
by Joe Perches
· 11 years ago
d197c43
printk: add console_cmdline.h
by Joe Perches
· 11 years ago
b9ee979
printk: move to separate directory for easier modification
by Joe Perches
· 11 years ago
10e84b9
mm: sched: numa: fix NUMA balancing when !SCHED_DEBUG
by Dave Kleikamp
· 11 years ago
06693f3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
2b44c4d
freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processes
by Colin Cross
· 11 years ago
1485191
Revert "cpuidle: Quickly notice prediction failure for repeat mode"
by Rafael J. Wysocki
· 11 years ago
6803f37
Merge tag 'trace-fixes-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 11 years ago
d738ce8
sysctl: range checking in do_proc_dointvec_ms_jiffies_conv
by Francesco Fusco
· 11 years ago
09d8091
tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()
by Steven Rostedt (Red Hat)
· 11 years ago
195a8af
ftrace: Add check for NULL regs if ops has SAVE_REGS set
by Steven Rostedt (Red Hat)
· 11 years ago
9c01fe4
tracing: Kill trace_cpu struct/members
by Oleg Nesterov
· 11 years ago
6484c71
tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()
by Oleg Nesterov
· 11 years ago
0bc392e
tracing: Change tracing_entries_fops to rely on tracing_get_cpu()
by Oleg Nesterov
· 11 years ago
4d3435b
tracing: Change tracing_stats_fops to rely on tracing_get_cpu()
by Oleg Nesterov
· 11 years ago
46ef2be
tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()
by Oleg Nesterov
· 11 years ago
1554420
tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()
by Oleg Nesterov
· 11 years ago
649e9c70
tracing: Introduce trace_create_cpu_file() and tracing_get_cpu()
by Oleg Nesterov
· 11 years ago
c2468d3
Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
42577ca
Fix __wait_on_atomic_t() to call the action func if the counter != 0
by David Howells
· 11 years ago
b3a3a9c
Merge tag 'trace-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 11 years ago
e70e78e
tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()
by Oleg Nesterov
· 11 years ago
b7356ab
Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
a644a7e
tracing: Kill trace_array->waiter
by Oleg Nesterov
· 11 years ago
cd458ba
tracing: Do not (ab)use trace_seq in event_id_read()
by Oleg Nesterov
· 11 years ago
7710b63
tracing: Simplify the iteration logic in f_start/f_next
by Oleg Nesterov
· 11 years ago
8f76899
tracing: Add ref_data to function and fgraph tracer structs
by Steven Rostedt (Red Hat)
· 11 years ago
f77d09a
tracing: Miscellaneous fixes for trace_array ref counting
by Alexander Z Lam
· 11 years ago
609e85a
tracing: Fix error handling to ensure instances can always be removed
by Alexander Z Lam
· 11 years ago
a232e27
tracing/kprobe: Wait for disabling all running kprobe handlers
by Masami Hiramatsu
· 11 years ago
cd92bf6
tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()
by Oleg Nesterov
· 12 years ago
421c786
tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is empty
by Oleg Nesterov
· 12 years ago
b8ebfd3
tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is empty
by Oleg Nesterov
· 12 years ago
d611851
tracing: Typo fix on ring buffer comments
by zhangwei(Jovi)
· 11 years ago
146c344
tracing: Use trace_seq_puts()/trace_seq_putc() where possible
by zhangwei(Jovi)
· 11 years ago
7a62711
Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
b9b3259
sysfs.h: add __ATTR_RW() macro
by Greg Kroah-Hartman
· 11 years ago
991821c
tracing: Use correct config guard CONFIG_STACK_TRACER
by zhangwei(Jovi)
· 11 years ago
0db0628
kernel: delete __cpuinit usage from all core kernel files
by Paul Gortmaker
· 12 years ago
49fb4c6
rcu: delete __cpuinit usage from all rcu files
by Paul Gortmaker
· 12 years ago
e5248a1
PM / Sleep: avoid 'autosleep' in shutdown progress
by Liu ShuoX
· 11 years ago
41d9884c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
786e144
cgroup: we can use simple_lookup() now
by Al Viro
· 11 years ago
f8acc45
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
505608d
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
0da2736
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
560ae37
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
4fa109b
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
d144746
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 11 years ago
913ffdb
cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path()
by Tejun Heo
· 11 years ago
971ee28
sched: Fix HRTICK
by Peter Zijlstra
· 12 years ago
a272dcc
tick: broadcast: Check broadcast mode on CPU hotplug
by Stephen Boyd
· 11 years ago
f2006e2
Merge branch 'linus' into timers/urgent
by Thomas Gleixner
· 11 years ago
1b375dc
mutex: Move ww_mutex definitions to ww_mutex.h
by Maarten Lankhorst
· 12 years ago
058ebd0
perf: Fix perf_lock_task_context() vs RCU
by Peter Zijlstra
· 11 years ago
06f4179
perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenario
by Jiri Olsa
· 11 years ago
734df5a
perf: Clone child context from parent context pmu
by Jiri Olsa
· 11 years ago
c72bb31
Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 11 years ago
75fcf64
Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
db6e330
Merge branch 'akpm' (patches from Andrew Morton)
by Linus Torvalds
· 11 years ago
98d1e64
mm: remove free_area_cache
by Michel Lespinasse
· 11 years ago
a9642fa
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
8133633
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 11 years ago
e399eb5
Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/urgent
by Ingo Molnar
· 11 years ago
496322b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
1b3a5d0
reboot: move arch/x86 reboot= handling to generic kernel
by Robin Holt
· 11 years ago
972ee83
reboot: checkpatch.pl the new kernel/reboot.c file
by Robin Holt
· 11 years ago
15d94b8
reboot: move shutdown/reboot related functions to kernel/reboot.c
by Robin Holt
· 11 years ago
0efbee7
reboot: remove -stable friendly PF_THREAD_BOUND define
by Robin Holt
· 11 years ago
fab840f
ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)
by Oleg Nesterov
· 11 years ago
7c8df28
ptrace: revert "Prepare to fix racy accesses on task breakpoints"
by Oleg Nesterov
· 11 years ago
dcb6b45
panic: add cpu/pid to warn_slowpath_common in WARNING printk()s
by Alex Thorlton
· 11 years ago
b9ce54c
audit: Fix decimal constant description
by Michal Simek
· 11 years ago
2f992ee
kernel/auditfilter.c: fix leak in audit_add_rule() error path
by Chen Gang
· 11 years ago
6beb8a2
kernel/auditfilter.c: fixing build warning
by Raphael S. Carvalho
· 11 years ago
79f6530
audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_names record
by Jeff Layton
· 11 years ago
21884a8
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
2cb7b5a
Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 11 years ago
73b0cd6
hrtimer: Remove unused variable
by Thomas Gleixner
· 11 years ago
5ec2481
hrtimers: Move SMP function call to thread context
by Thomas Gleixner
· 12 years ago
002fca5
genirq: generic chip: Use DIV_ROUND_UP to calculate numchips
by Axel Lin
· 12 years ago
332962f
clocksource: Reselect clocksource when watchdog validated high-res capability
by Thomas Gleixner
· 12 years ago
e530292
perf: Fix interrupt handler timing harness
by Stephane Eranian
· 12 years ago
2b0f893
Merge branch 'timers/posix-cpu-timers-for-tglx' of
by Thomas Gleixner
· 12 years ago
80cc38b1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
fa18f7b
posix-cpu-timers: don't account cpu timer after stopped thread runtime accounting
by KOSAKI Motohiro
· 12 years ago
7f0ef02
Merge branch 'akpm' (updates from Andrew Morton)
by Linus Torvalds
· 12 years ago
0786f7b
kernel/resource.c: remove the unneeded assignment in function __find_resource
by Kevin Hao
· 12 years ago
8f75af4
kernel/pid.c: move statement
by Raphael S. Carvalho
· 12 years ago
18c830d
kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checks
by Oleg Nesterov
· 12 years ago
8190773
kernel/fork.c:copy_process(): don't add the uninitialized child to thread/task/pid lists
by Oleg Nesterov
· 12 years ago
80628ca
kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader code
by Oleg Nesterov
· 12 years ago
b57922b
fork: reorder permissions when violating number of processes limits
by Eric Paris
· 12 years ago
81dabb4
exit.c: unexport __set_special_pids()
by Oleg Nesterov
· 12 years ago
7f57cfa
usermodehelper: kill the sub_info->path[0] check
by Oleg Nesterov
· 12 years ago
29000ca
ptrace: add ability to get/set signal-blocked mask
by Andrey Vagin
· 12 years ago
Next »