aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-09-17Merge branch 'for-pci-res-alloc'HEADmasterYinghai Lu1-15/+296
2012-09-17resource: Only return range with needed alignYinghai Lu1-1/+13
2012-09-17resource: Add allocate_resource_fit()Yinghai Lu1-8/+19
2012-09-17resource: Make find_resource could return just fit resourceYinghai Lu1-2/+56
2012-09-17resources: Replace registered resource in tree.Yinghai Lu1-0/+25
2012-09-17resources: Add probe_resource()Yinghai Lu1-0/+104
2012-09-17resources: Add resource_shrink_parents_top()Yinghai Lu1-0/+41
2012-09-17resources: Separate __adjust_resource()Yinghai Lu1-4/+13
2012-09-17resources: Split out __allocate_resource()Yinghai Lu1-8/+33
2012-09-17genirq: bail out early in free_desc()Yinghai Lu1-0/+3
2012-09-17x86, irq: Add realloc_irq_and_cfg_at()Yinghai Lu1-0/+26
2012-09-17genirq: Split __irq_reserve_irqs from irq_alloc_descsYinghai Lu1-28/+27
2012-09-17Merge branch 'linus'Ingo Molnar2-45/+22
2012-09-16Revert "sched: Improve scalability via 'CPU buddies', which withstand random ...Linus Torvalds2-45/+22
2012-09-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-29/+17
2012-09-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-31/+44
2012-09-14Merge branch 'perf/core'Ingo Molnar5-10/+10
2012-09-14Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar5-10/+10
2012-09-13kprobes/x86: Fix to support jprobes on ftrace-based kprobeMasami Hiramatsu1-3/+0
2012-09-13trace: Stop compiling in trace_clock unconditionallyJosh Triplett3-6/+7
2012-09-13tracing: Skip printing "OK" if failed to disable eventYuanhan Liu1-1/+3
2012-09-13Merge branch 'core/locking'Ingo Molnar1-40/+63
2012-09-13locking: Adjust spin lock inlining Kconfig optionsJan Beulich1-40/+63
2012-09-13Merge branch 'timers/urgent'Ingo Molnar1-7/+12
2012-09-13time: Fix timeekeping_get_ns overflow on 32bit systemsJohn Stultz1-7/+12
2012-09-13Merge branch 'core/rcu' into perf/coreIngo Molnar1-5/+5
2012-09-13Merge branch 'sched/core'Ingo Molnar7-77/+21
2012-09-13Merge branch 'core/urgent'Ingo Molnar2-64/+65
2012-09-13Merge branch 'core/locking'Ingo Molnar1-0/+39
2012-09-13lockdep: Check if nested lock is actually heldMaarten Lankhorst1-0/+39
2012-09-13sched: cpu_power: enable ARCH_POWERVincent Guittot1-1/+1
2012-09-13sched/nohz: Clean up select_nohz_load_balancer()Alex Shi2-17/+11
2012-09-13sched: Fix load avg vs. cpu-hotplugPeter Zijlstra1-0/+2
2012-09-13sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra4-54/+1
2012-09-13sched: Fix nohz_idle_balance()Vincent Guittot1-5/+6
2012-09-13task_work: Simplify the usage in ptrace_notify() and get_signal_to_deliver()Oleg Nesterov1-14/+4
2012-09-13task_work: task_work_add() should not succeed after exit_task_work()Oleg Nesterov1-6/+16
2012-09-13task_work: Make task_work_add() locklessOleg Nesterov1-47/+48
2012-09-12Merge branch 'linus'Ingo Molnar1-21/+89
2012-09-12Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-21/+89
2012-09-10workqueue: fix possible idle worker depletion across CPU hotplugLai Jiangshan1-1/+36
2012-09-10workqueue: restore POOL_MANAGING_WORKERSLai Jiangshan1-1/+4
2012-09-05workqueue: fix possible deadlock in idle worker rebindingTejun Heo1-2/+27
2012-09-05workqueue: move WORKER_REBIND clearing in rebind_workers() to the end of the ...Tejun Heo1-13/+13
2012-09-04workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomicLai Jiangshan1-6/+11
2012-09-04Merge branch 'sched/core'Ingo Molnar7-60/+42
2012-09-04Merge branch 'perf/urgent'Ingo Molnar2-31/+44
2012-09-04perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabledK.Prasad2-2/+11
2012-09-04perf_event: Switch to internal refcount, fix race with close()Al Viro1-29/+33
2012-09-04sched: Remove useless code in yield_to()Michael Wang1-7/+0
2012-09-04sched: Add time unit suffix to sched sysctl knobsNamhyung Kim1-3/+3
2012-09-04sched/debug: Limit sd->*_idx range on sysctlNamhyung Kim1-13/+22
2012-09-04sched: Remove AFFINE_WAKEUPS feature flagNamhyung Kim1-8/+0
2012-09-04Merge branch 'sched/urgent' into sched/coreIngo Molnar11-53/+69
2012-09-04sched: Fix kernel-doc warnings in kernel/sched/fair.cRandy Dunlap1-2/+0
2012-09-04sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel4-6/+6
2012-09-04sched: Add missing call to calc_load_exit_idle()Charles Wang1-0/+1
2012-09-04sched: Fix load avg vs cpu-hotplugPeter Zijlstra1-21/+10
2012-09-02Merge branch 'linus'Ingo Molnar1-5/+5
2012-09-01time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz1-5/+5
2012-08-30Merge branch 'perf/core'Ingo Molnar2-120/+45
2012-08-28uprobes: Remove "verify" argument from set_orig_insn()Oleg Nesterov1-11/+9
2012-08-28uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap()Oleg Nesterov2-10/+2
2012-08-28uprobes: Introduce MMF_HAS_UPROBESOleg Nesterov2-1/+22
2012-08-28uprobes: Do not use -EEXIST in install_breakpoint() pathsOleg Nesterov1-11/+5
2012-08-28uprobes: Change uprobe_mmap() to ignore the errors but check fatal_signal_pen...Oleg Nesterov1-21/+6
2012-08-28uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmapOleg Nesterov2-30/+3
2012-08-28uprobes: Kill uprobes_state->countOleg Nesterov1-36/+2
2012-08-28uprobes: Remove check for uprobe variable in handle_swbp()Sebastian Andrzej Siewior1-9/+7
2012-08-28uprobes: Remove redundant lock_page/unlock_pageSrikar Dronamraju1-2/+0
2012-08-28Merge branch 'perf/urgent' into perf/coreIngo Molnar14-78/+142
2012-08-24Merge branch 'perf/core'Ingo Molnar2-1/+9
2012-08-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+6
2012-08-23Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+32
2012-08-23ftrace: Do not test frame pointers if -mfentry is usedSteven Rostedt1-1/+4
2012-08-23ftrace: Add -mfentry to Makefile on function tracerSteven Rostedt1-0/+5
2012-08-23Merge branch 'x86/asm'Ingo Molnar1-11/+0
2012-08-23x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell1-11/+0
2012-08-22Merge branch 'timers/urgent'Ingo Molnar1-3/+8
2012-08-22Merge branch 'sched/core'Ingo Molnar4-556/+571
2012-08-22time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz1-0/+4
2012-08-22time: Avoid potential shift overflow with large shift valuesJohn Stultz1-2/+2
2012-08-22time: Fix casting issue in timekeeping_forward_nowAndreas Schwab1-1/+1
2012-08-22time: Ensure we normalize the timekeeper in tk_xtime_addJohn Stultz1-0/+1
2012-08-22Merge branch 'linus'Ingo Molnar2-7/+13
2012-08-21Merge branch 'audit-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-7/+12
2012-08-21task_work: add a scheduling point in task_work_run()Eric Dumazet1-0/+1
2012-08-21Merge branch 'timers/core'Ingo Molnar1-59/+49
2012-08-21Merge branch 'irq/core'Ingo Molnar2-0/+3
2012-08-21timer: Implement TIMER_IRQSAFETejun Heo1-11/+24
2012-08-21timer: Clean up timer initializersTejun Heo1-42/+14
2012-08-21timer: Generalize timer->base flags handlingTejun Heo1-8/+13
2012-08-21genirq: Export dummy_irq_chipKuninori Morimoto1-0/+2
2012-08-21genirq: Export irq_set_chip_and_handler_name()Kuninori Morimoto1-0/+1
2012-08-21Merge branch 'perf/urgent'Ingo Molnar2-2/+6
2012-08-21Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-0/+4
2012-08-21uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() failsOleg Nesterov1-2/+2
2012-08-21Merge branch 'perf/core'Ingo Molnar4-20/+19
2012-08-21Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar4-20/+19
2012-08-21Merge branch 'perf/core'Ingo Molnar4-37/+307
2012-08-21Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar55-1516/+2399
2012-08-21Merge branch 'perf/core'Ingo Molnar11-169/+719
2012-08-21Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar11-169/+719
2012-08-21Merge branch 'linus'Ingo Molnar1-9/+0
2012-08-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-19/+70
2012-08-20cputime: Consolidate vtime handling on context switchFrederic Weisbecker1-0/+1
2012-08-20sched: Move cputime code to its own fileFrederic Weisbecker4-556/+570
2012-08-19Merge branch 'alpha' (alpha architecture patches)Linus Torvalds1-9/+0
2012-08-19alpha: take a bunch of syscalls into osf_sys.cAl Viro1-9/+0
2012-08-17tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1Will Deacon1-0/+4
2012-08-15Merge branch 'timers/urgent'Thomas Gleixner1-2/+24
2012-08-15time: Improve sanity checking of timekeeping inputsJohn Stultz1-2/+24
2012-08-15audit: clean up refcounting in audit-treeMiklos Szeredi1-3/+9
2012-08-15audit: fix refcounting in audit-treeMiklos Szeredi1-3/+2
2012-08-15audit: don't free_chunk() after fsnotify_add_mark()Miklos Szeredi1-3/+3
2012-08-13Merge branch 'sched/core'Thomas Gleixner2-32/+3
2012-08-13sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean upAlex Shi2-32/+3
2012-08-13Merge branch 'sched/core'Thomas Gleixner2-6/+39
2012-08-13sched: using dst_rq instead of this_rq during load balanceMichael Wang1-5/+4
2012-08-13sched: Document schedule() entry pointsPekka Enberg1-0/+34
2012-08-13sched: Fix __sched_period commentBorislav Petkov1-1/+1
2012-08-13Merge branch 'sched/urgent' into sched/coreThomas Gleixner5-19/+70
2012-08-13Merge branch 'sched/urgent'Thomas Gleixner5-19/+70
2012-08-13sched: Fix migration thread runtime bogosityMike Galbraith1-1/+21
2012-08-13sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith1-0/+13
2012-08-13sched,cgroup: Fix up task_groups listMike Galbraith2-1/+2
2012-08-13sched: fix divide by zero at {thread_group,task}_timesStanislaw Gruszka1-14/+20
2012-08-13sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchiesPeter Zijlstra2-3/+14
2012-08-13rcu: Use smp_hotplug_thread facility for RCUs per-CPU kthreadPaul E. McKenney4-177/+41
2012-08-13watchdog: Use hotplug thread infrastructureThomas Gleixner1-174/+89
2012-08-13softirq: Use hotplug thread infrastructureThomas Gleixner1-84/+27
2012-08-13hotplug: Fix UP bug in smpboot hotplug codePaul E. McKenney2-2/+5
2012-08-13smpboot: Provide infrastructure for percpu hotplug threadsThomas Gleixner3-1/+242
2012-08-13kthread: Implement park/unpark facilityThomas Gleixner1-19/+166
2012-08-13rcu: Yield simplerThomas Gleixner3-184/+41
2012-08-12Merge tag 'pm-for-3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-22/+2
2012-08-12printk: Fix calculation of length used to discard recordsJeff Mahoney1-0/+2
2012-08-10perf: Add attribute to filter out callchainsFrederic Weisbecker1-14/+24
2012-08-10perf: Add ability to attach user stack dump to sampleJiri Olsa2-1/+165
2012-08-10perf: Add perf_output_skip function to skip bytes in sampleJiri Olsa2-0/+10
2012-08-10perf: Factor __output_copy to be usable with specific copy functionFrederic Weisbecker2-23/+43
2012-08-10perf: Add ability to attach user level registers dump to sampleJiri Olsa1-0/+66
2012-08-08Revert "NMI watchdog: fix for lockup detector breakage on resume"Rafael J. Wysocki2-22/+2
2012-08-07tracing/trivial: Fix some typos in kernel/traceWang Tianhong2-5/+5
2012-08-07tracing/filter: Add missing initializationJiri Olsa1-1/+1
2012-08-07tracing: Fix wakeup_rt self test on virtual machinesSteven Rostedt1-14/+13
2012-08-05time: Fix adjustment cleanup bug in timekeeping_adjust()Ingo Molnar1-14/+17
2012-08-03Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+10
2012-08-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-173/+207
2012-08-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-23/+20
2012-08-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-10/+46
2012-08-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+14
2012-08-03Merge tag 'for_linux-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-25/+5
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-0/+39
2012-07-31Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-155/+207
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds5-11/+16
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-21/+3
2012-07-31mm: allow PF_MEMALLOC from softirq contextMel Gorman1-0/+9
2012-07-31mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu1-1/+1
2012-07-31memcg: rename config variablesAndrew Morton1-1/+1
2012-07-31mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li2-6/+4
2012-07-31mm: account the total_vm in the vm_stat_account()Huang Shijie1-3/+1
2012-07-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-117/+98
2012-07-31time: Remove all direct references to timekeeperJohn Stultz1-128/+154
2012-07-31time: Clean up offs_real/wall_to_mono and offs_boot/total_sleep_time updatesJohn Stultz1-36/+54
2012-07-31time: Clean up stray newlinesJohn Stultz1-10/+0
2012-07-31time/jiffies: Rename ACTHZ to SHIFTED_HZJohn Stultz2-2/+2
2012-07-31Merge branch 'linus' into timers/urgentIngo Molnar25-890/+958
2012-07-31perf/trace: Add ability to set a target task for eventsAndrew Vagin7-10/+46
2012-07-31sched/cleanups: Add load balance cpumask pointer to 'struct lb_env'Michael Wang1-15/+14
2012-07-31kprobes/x86: ftrace based optimization for x86Masami Hiramatsu1-1/+1
2012-07-31kprobes: introduce ftrace based optimizationMasami Hiramatsu1-13/+92
2012-07-31kprobes: Move locks into appropriate functionsMasami Hiramatsu1-21/+42
2012-07-31kprobes: cleanup to separate probe-able checkMasami Hiramatsu1-37/+45
2012-07-31kprobes: Inverse taking of module_mutex with kprobe_mutexSteven Rostedt1-2/+2
2012-07-31ftrace: add ftrace_set_filter_ip() for address based filterMasami Hiramatsu1-2/+57
2012-07-31ftrace: Add selftest to test function save-regs supportSteven Rostedt2-1/+115
2012-07-31ftrace: Add selftest to test function trace recursion protectionSteven Rostedt2-0/+157
2012-07-31ftrace: Only compile ftrace selftest if selftests are enabledSteven Rostedt1-0/+2
2012-07-31ftrace: Add default recursion protection for function tracingSteven Rostedt7-8/+19
2012-07-31kernel/debug: Make use of KGDB_REASON_NMIAnton Vorontsov1-0/+4
2012-07-31kdb: Remove cpu from the more promptJason Wessel1-11/+0
2012-07-31kdb: Remove unused KDB_FLAG_ONLY_DO_DUMPJason Wessel1-14/+1
2012-07-30resource: make sure requested range is included in the root rangeOctavian Purdila1-1/+23
2012-07-30taskstats: check nla_reserve() returnAlan Cox1-0/+5
2012-07-30sysctl: suppress kmemleak messagesSteven Rostedt1-1/+5
2012-07-30kdump: append newline to the last lien of vmcoreinfo noteVivek Goyal1-1/+1
2012-07-30fork: fix error handling in dup_task()Akinobu Mita1-12/+15
2012-07-30revert "sched: Fix fork() error path to not crash"Andrew Morton1-8/+3
2012-07-30fork: use vma_pages() to simplify the codeHuang Shijie1-2/+2
2012-07-30kmod: avoid deadlock from recursive kmod callTetsuo Handa1-2/+29
2012-07-30kernel/kmod.c: document call_usermodehelper_fns() a bitAndrew Morton1-0/+6
2012-07-30printk: only look for prefix levels in kernel messagesJoe Perches1-15/+17
2012-07-30printk: add generic functions to find KERN_<LEVEL> headersJoe Perches1-5/+9
2012-07-30kmsg: /dev/kmsg - properly return possible copy_from_user() failureKay Sievers1-1/+3
2012-07-30kernel/sys.c: avoid argv_free(NULL)Andrew Morton1-19/+25
2012-07-30NMI watchdog: fix for lockup detector breakage on resumeSameer Nanda2-2/+22
2012-07-30panic: fix a possible deadlock in panic()Vikram Mulukutla1-0/+8
2012-07-30coredump: warn about unsafe suid_dumpable / core_pattern comboKees Cook1-2/+35
2012-07-30prctl: remove redunant assignment of "error" to zeroSasikantha babu1-11/+2