summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "slub: do not put a slab to cpu partial list when cpu_partial is 0"Linus Torvalds2013-08-081-3/+0
* Merge tag 'trace-fixes-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-08-079-184/+302
|\
| * tracing: Fix reset of time stamps during trace_clock changesAlexander Z Lam2013-08-031-12/+12
| * tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct bufferAlexander Z Lam2013-08-031-1/+1
| * tracing: Fix trace_dump_stack() proto when CONFIG_TRACING is not setDhaval Giani2013-08-031-1/+1
| * tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin2013-08-032-4/+7
| * tracing/uprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)2013-08-021-13/+38
| * tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)2013-08-011-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-312-3/+34
| * debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs)Oleg Nesterov2013-07-311-47/+22
| * ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)2013-07-311-9/+62
| * ftrace: Consolidate some duplicate code for updating ftrace opsSteven Rostedt (Red Hat)2013-07-301-6/+10
| * tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_privateOleg Nesterov2013-07-301-32/+15
| * tracing: Introduce remove_event_file_dir()Oleg Nesterov2013-07-301-24/+23
| * tracing: Change f_start() to take event_mutex and verify i_private != NULLOleg Nesterov2013-07-301-4/+9
| * tracing: Change event_filter_read/write to verify i_private != NULLOleg Nesterov2013-07-302-18/+25
| * tracing: Change event_enable/disable_read() to verify i_private != NULLOleg Nesterov2013-07-301-10/+20
| * tracing: Turn event/id->i_private into call->event.typeOleg Nesterov2013-07-301-5/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-08-075-92/+26
|\ \
| * | vfs: add missing check for __O_TMPFILE in fcntl_init()Zheng Liu2013-08-051-2/+2
| * | fs: Allow unprivileged linkat(..., AT_EMPTY_PATH) aka flinkAndy Lutomirski2013-08-051-7/+3
| * | fs: Fix file mode for O_TMPFILEAndy Lutomirski2013-08-051-1/+1
| * | reiserfs: fix deadlock in umountAl Viro2013-08-052-82/+20
* | | Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-08-061-0/+1
|\ \ \
| * | | pata_imx: expose module alias for loading from device-treeNiels de Vos2013-07-291-0/+1
* | | | 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
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-08-064-8/+19
|\ \ \ \ \ \
| * | | | | | x86, amd, microcode: Fix error path in apply_microcode_amd()Torsten Kaiser2013-07-311-4/+5
| * | | | | | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2013-07-301-1/+1
| |\ \ \ \ \ \
| | * | | | | | x86, efi: correct call to free_pagesRoy Franz2013-07-261-1/+1
| * | | | | | | x86, fpu: correct the asm constraints for fxsave, unbreak mxcsr.dazH.J. Lu2013-07-261-1/+1
| * | | | | | | x86/iommu/vt-d: Expand interrupt remapping quirk to cover x58 chipsetNeil Horman2013-07-231-2/+12
* | | | | | | | 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
* | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-08-064-3/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | MIPS: BMIPS: fix hardware interrupt routing for boot CPU != 0Florian Fainelli2013-08-051-2/+8
| * | | | | | | | MIPS: oprofile: Fix BUG due to smp_processor_id() in preemptible code.Ralf Baechle2013-08-052-1/+3
| * | | | | | | | MIPS: PNX833x: PNX8335_PCI_ETHERNET_INT depends on CONFIG_SOC_PNX8335Markos Chandras2013-08-051-0/+2
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-08-069-12/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | s390/dasd: fix hanging devices after path eventsStefan Haberland2013-07-301-0/+6
| * | | | | | | | s390/perf: fix compile error (undefined reference sie_exit)Heiko Carstens2013-07-261-4/+5
| * | | | | | | | s390/bitops: fix find_next_bit_leftMartin Schwidefsky2013-07-261-1/+1
| * | | | | | | | s390: add support for IBM zBC12 machineHeiko Carstens2013-07-264-4/+7
| * | | | | | | | s390/Kconfig: select 'TTY' when 'S390_GUEST' is enabledChen Gang2013-07-261-0/+1
| * | | | | | | | s390: add support for LZ4-compressed kernelHeiko Carstens2013-07-263-3/+11