summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | printk: use pointer for console_cmdline indexingJoe Perches2013-07-311-23/+26
| * | | | | | | printk: move braille console support into separate braille.[ch] filesJoe Perches2013-07-314-31/+110
| * | | | | | | printk: add console_cmdline.hJoe Perches2013-07-312-9/+17
| * | | | | | | printk: move to separate directory for easier modificationJoe Perches2013-07-313-1/+3
| * | | | | | | mm: sched: numa: fix NUMA balancing when !SCHED_DEBUGDave Kleikamp2013-07-311-2/+2
| |/ / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-311-1/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | sysctl: range checking in do_proc_dointvec_ms_jiffies_convFrancesco Fusco2013-07-261-1/+5
* | | | | | | Merge tag 'trace-fixes-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-283-128/+95
|\ \ \ \ \ \ \
| * | | | | | | tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()Steven Rostedt (Red Hat)2013-07-261-2/+1
| * | | | | | | ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)2013-07-241-4/+14
| * | | | | | | tracing: Kill trace_cpu struct/membersOleg Nesterov2013-07-242-29/+0
| * | | | | | | tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-28/+22
| * | | | | | | tracing: Change tracing_entries_fops to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-37/+12
| * | | | | | | tracing: Change tracing_stats_fops to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-7/+6
| * | | | | | | tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-5/+4
| * | | | | | | tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-9/+7
| * | | | | | | tracing: Introduce trace_create_cpu_file() and tracing_get_cpu()Oleg Nesterov2013-07-241-14/+36
* | | | | | | | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-231-12/+19
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path()Tejun Heo2013-07-121-12/+19
* | | | | | | | Fix __wait_on_atomic_t() to call the action func if the counter != 0David Howells2013-07-231-1/+2
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge tag 'trace-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-07-2213-151/+166
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | / / | |_|_|_|/ / |/| | | | |
| * | | | | tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()Oleg Nesterov2013-07-191-2/+0
| * | | | | tracing: Kill trace_array->waiterOleg Nesterov2013-07-191-1/+0
| * | | | | tracing: Do not (ab)use trace_seq in event_id_read()Oleg Nesterov2013-07-181-13/+4
| * | | | | tracing: Simplify the iteration logic in f_start/f_nextOleg Nesterov2013-07-181-38/+22
| * | | | | tracing: Add ref_data to function and fgraph tracer structsSteven Rostedt (Red Hat)2013-07-183-2/+11
| * | | | | tracing: Miscellaneous fixes for trace_array ref countingAlexander Z Lam2013-07-182-8/+37
| * | | | | tracing: Fix error handling to ensure instances can always be removedAlexander Z Lam2013-07-181-1/+3
| * | | | | tracing/kprobe: Wait for disabling all running kprobe handlersMasami Hiramatsu2013-07-181-6/+17
| * | | | | tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov2013-07-184-20/+4
| * | | | | tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is emptyOleg Nesterov2013-07-181-4/+8
| * | | | | tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is e...Oleg Nesterov2013-07-181-2/+4
| * | | | | tracing: Typo fix on ring buffer commentszhangwei(Jovi)2013-07-181-7/+9
| * | | | | tracing: Use trace_seq_puts()/trace_seq_putc() where possiblezhangwei(Jovi)2013-07-186-45/+45
| * | | | | tracing: Use correct config guard CONFIG_STACK_TRACERzhangwei(Jovi)2013-07-151-2/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-191-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | PM / Sleep: avoid 'autosleep' in shutdown progressLiu ShuoX2013-07-151-1/+2
| |/ / /
* | | | Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-181-2/+0
|\ \ \ \
| * | | | sysfs.h: add __ATTR_RW() macroGreg Kroah-Hartman2013-07-161-2/+0
| |/ / /
* | | | kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-1415-33/+33
* | | | rcu: delete __cpuinit usage from all rcu filesPaul Gortmaker2013-07-144-11/+11
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-141-10/+1
|\ \ \
| * | | cgroup: we can use simple_lookup() nowAl Viro2013-07-141-10/+1
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-131-9/+11
|\ \ \ \
| * | | | sched: Fix HRTICKPeter Zijlstra2013-07-121-9/+11
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-07-131-1/+1
|\ \ \ \ \
| * | | | | genirq: generic chip: Use DIV_ROUND_UP to calculate numchipsAxel Lin2013-07-051-1/+1
* | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-07-134-62/+75
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | tick: broadcast: Check broadcast mode on CPU hotplugStephen Boyd2013-07-121-1/+4
| * | | | | Merge branch 'linus' into timers/urgentThomas Gleixner2013-07-1262-2553/+3927
| |\ \ \ \ \ | | | |/ / / | | |/| | |