summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* userns: limit the maximum depth of user_namespace->parent chainOleg Nesterov2013-08-081-0/+4
* Merge tag 'trace-fixes-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-08-076-131/+272
|\
| * tracing: Fix reset of time stamps during trace_clock changesAlexander Z Lam2013-08-021-12/+12
| * tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct bufferAlexander Z Lam2013-08-021-1/+1
| * tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin2013-08-021-0/+1
| * tracing/uprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)2013-08-011-13/+38
| * tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)2013-07-311-6/+15
| * tracing: Add comment to describe special break case in probe_remove_event_call()Steven Rostedt (Red Hat)2013-07-311-0/+6
| * tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov2013-07-311-2/+33
| * ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)2013-07-301-9/+62
| * ftrace: Consolidate some duplicate code for updating ftrace opsSteven Rostedt (Red Hat)2013-07-291-6/+10
| * tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_privateOleg Nesterov2013-07-291-32/+15
| * tracing: Introduce remove_event_file_dir()Oleg Nesterov2013-07-291-24/+23
| * tracing: Change f_start() to take event_mutex and verify i_private != NULLOleg Nesterov2013-07-291-4/+9
| * tracing: Change event_filter_read/write to verify i_private != NULLOleg Nesterov2013-07-292-18/+25
| * tracing: Change event_enable/disable_read() to verify i_private != NULLOleg Nesterov2013-07-291-10/+20
| * tracing: Turn event/id->i_private into call->event.typeOleg Nesterov2013-07-291-5/+13
* | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-08-061-1/+3
|\ \
| * | cgroup: fix a leak when percpu_ref_init() failsLi Zefan2013-07-311-1/+3
* | | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-08-061-10/+34
|\ \ \
| * | | workqueue: copy workqueue_attrs with all fieldsShaohua Li2013-08-011-0/+12
| * | | workqueue: allow work_on_cpu() to be called recursivelyLai Jiangshan2013-07-241-10/+22
* | | | printk: Fix return of braille_register_console()Steven Rostedt2013-08-061-1/+2
* | | | Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)"Oleg Nesterov2013-08-061-1/+0
* | | | userns: unshare_userns(&cred) should not populate cred on failureOleg Nesterov2013-08-061-4/+9
* | | | Merge tag 'pm+acpi-3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-08-023-8/+14
|\ \ \ \
| * | | | freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processesColin Cross2013-07-302-1/+12
| * | | | Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki2013-07-291-7/+2
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-07-317-105/+197
|\ \ \ \
| * | | | printk: rename struct log to struct printk_logJoe Perches2013-07-311-40/+40
| * | | | 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
OpenPOWER on IntegriCloud