summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-08-08kexec: remove unnecessary returnXishi Qiu
2013-08-08smp: give WARN()ing when calling smp_call_function_many()/single() in serving...Chuansheng Liu
2013-08-08generic-ipi: fix misleading smp_call_function_any() descriptionXie XiuQi
2013-08-08smp.h: move !SMP version of on_each_cpu() out-of-lineDavid Daney
2013-08-08up.c: use local_irq_{save,restore}() in smp_call_function_single.David Daney
2013-08-08smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_condDavid Daney
2013-08-08kernel/spinlock.c: add default arch_*_relax definitions for GENERIC_LOCKBREAKWill Deacon
2013-08-08kernel: replace strict_strto*() with kstrto*()Jingoo Han
2013-08-08kernel/smp.c: free related resources when failure occurs in hotplug_cfd()Chen Gang
2013-08-08kernel/modsign_pubkey.c: fix init const for module signing codeAndi Kleen
2013-08-08kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers
2013-08-08memcg: reduce function dereferenceSha Zhengju
2013-08-08memcg: avoid overflow caused by PAGE_ALIGNSha Zhengju
2013-08-08memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju
2013-08-08mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Oleg Nesterov
2013-08-08watchdog: trigger all-cpu backtrace when locked up and going to panicSasha Levin
2013-08-08watchdog: update watchdog_thresh properlyMichal Hocko
2013-08-08watchdog: update watchdog attributes atomicallyMichal Hocko
2013-08-08timer_list: correct the iterator for timer_listNathan Zimmer
2013-08-08hrtimer: one more expiry time overflow check in hrtimer_interruptShinya Kuribayashi
2013-08-08microblaze: fix clone syscallMichal Simek
2013-08-06Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-08-06Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-08-06printk: Fix return of braille_register_console()Steven Rostedt
2013-08-06Revert "ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)"Oleg Nesterov
2013-08-06userns: unshare_userns(&cred) should not populate cred on failureOleg Nesterov
2013-08-02Merge tag 'pm+acpi-3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-08-01workqueue: copy workqueue_attrs with all fieldsShaohua Li
2013-07-31Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-07-31printk: rename struct log to struct printk_logJoe Perches
2013-07-31printk: use pointer for console_cmdline indexingJoe Perches
2013-07-31printk: move braille console support into separate braille.[ch] filesJoe Perches
2013-07-31printk: add console_cmdline.hJoe Perches
2013-07-31printk: move to separate directory for easier modificationJoe Perches
2013-07-31mm: sched: numa: fix NUMA balancing when !SCHED_DEBUGDave Kleikamp
2013-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-07-31cgroup: fix a leak when percpu_ref_init() failsLi Zefan
2013-07-30freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processesColin Cross
2013-07-29Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki
2013-07-28Merge tag 'trace-fixes-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-07-26sysctl: range checking in do_proc_dointvec_ms_jiffies_convFrancesco Fusco
2013-07-26tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()Steven Rostedt (Red Hat)
2013-07-24workqueue: allow work_on_cpu() to be called recursivelyLai Jiangshan
2013-07-24ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)
2013-07-24tracing: Kill trace_cpu struct/membersOleg Nesterov
2013-07-24tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-07-24tracing: Change tracing_entries_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-07-24tracing: Change tracing_stats_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-07-24tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-07-24tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()Oleg Nesterov