aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-16Merge tag 'pm-3.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-7/+13
2013-08-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-0/+6
2013-08-13microblaze: fix clone syscallMichal Simek1-0/+6
2013-08-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-25/+71
2013-08-14PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout()Stephen Boyd1-7/+13
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov1-1/+13
2013-08-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2013-08-08userns: limit the maximum depth of user_namespace->parent chainOleg Nesterov1-0/+4
2013-08-07Merge tag 'trace-fixes-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds6-131/+272
2013-08-06Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+3
2013-08-06Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-10/+34
2013-08-06printk: Fix return of braille_register_console()Steven Rostedt1-1/+2
2013-08-06Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)"Oleg Nesterov1-1/+0
2013-08-06userns: unshare_userns(&cred) should not populate cred on failureOleg Nesterov1-4/+9
2013-08-02tracing: Fix reset of time stamps during trace_clock changesAlexander Z Lam1-12/+12
2013-08-02tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct bufferAlexander Z Lam1-1/+1
2013-08-02tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin1-0/+1
2013-08-02Merge tag 'pm+acpi-3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-8/+14
2013-08-01tracing/uprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)1-13/+38
2013-08-01workqueue: copy workqueue_attrs with all fieldsShaohua Li1-0/+12
2013-07-31tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)1-6/+15
2013-07-31Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds7-105/+197
2013-07-31printk: rename struct log to struct printk_logJoe Perches1-40/+40
2013-07-31printk: use pointer for console_cmdline indexingJoe Perches1-23/+26
2013-07-31printk: move braille console support into separate braille.[ch] filesJoe Perches4-31/+110
2013-07-31printk: add console_cmdline.hJoe Perches2-9/+17
2013-07-31printk: move to separate directory for easier modificationJoe Perches3-1/+3
2013-07-31mm: sched: numa: fix NUMA balancing when !SCHED_DEBUGDave Kleikamp1-2/+2
2013-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+5
2013-07-31tracing: Add comment to describe special break case in probe_remove_event_call()Steven Rostedt (Red Hat)1-0/+6
2013-07-31tracing: trace_remove_event_call() should fail if call/file is in useOleg Nesterov1-2/+33
2013-07-31cgroup: fix a leak when percpu_ref_init() failsLi Zefan1-1/+3
2013-07-30ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)1-9/+62
2013-07-30mutex: Fix w/w mutex deadlock injectionMaarten Lankhorst1-2/+2
2013-07-30sched: Ensure update_cfs_shares() is called for parents of continuously-running tasksPeter Zijlstra1-0/+1
2013-07-30freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processesColin Cross2-1/+12
2013-07-29ftrace: Consolidate some duplicate code for updating ftrace opsSteven Rostedt (Red Hat)1-6/+10
2013-07-29tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_privateOleg Nesterov1-32/+15
2013-07-29tracing: Introduce remove_event_file_dir()Oleg Nesterov1-24/+23
2013-07-29tracing: Change f_start() to take event_mutex and verify i_private != NULLOleg Nesterov1-4/+9
2013-07-29tracing: Change event_filter_read/write to verify i_private != NULLOleg Nesterov2-18/+25
2013-07-29tracing: Change event_enable/disable_read() to verify i_private != NULLOleg Nesterov1-10/+20
2013-07-29tracing: Turn event/id->i_private into call->event.typeOleg Nesterov1-5/+13
2013-07-29Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki1-7/+2
2013-07-28Merge tag 'trace-fixes-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-128/+95
2013-07-26sysctl: range checking in do_proc_dointvec_ms_jiffies_convFrancesco Fusco1-1/+5
2013-07-26tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()Steven Rostedt (Red Hat)1-2/+1
2013-07-24workqueue: allow work_on_cpu() to be called recursivelyLai Jiangshan1-10/+22
2013-07-24ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)1-4/+14
2013-07-24tracing: Kill trace_cpu struct/membersOleg Nesterov2-29/+0