summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'audit-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2012-08-211-7/+12
|\
| * audit: clean up refcounting in audit-treeMiklos Szeredi2012-08-151-3/+9
| * audit: fix refcounting in audit-treeMiklos Szeredi2012-08-151-3/+2
| * audit: don't free_chunk() after fsnotify_add_mark()Miklos Szeredi2012-08-151-3/+3
* | task_work: add a scheduling point in task_work_run()Eric Dumazet2012-08-211-0/+1
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-08-205-19/+70
|\ \
| * | sched: Fix migration thread runtime bogosityMike Galbraith2012-08-131-1/+21
| * | sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith2012-08-131-0/+13
| * | sched,cgroup: Fix up task_groups listMike Galbraith2012-08-132-1/+2
| * | sched: fix divide by zero at {thread_group,task}_timesStanislaw Gruszka2012-08-131-14/+20
| * | sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchiesPeter Zijlstra2012-08-132-3/+14
* | | Merge branch 'alpha' (alpha architecture patches)Linus Torvalds2012-08-191-9/+0
|\ \ \ | |_|/ |/| |
| * | alpha: take a bunch of syscalls into osf_sys.cAl Viro2012-08-191-9/+0
* | | Merge tag 'pm-for-3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-08-122-22/+2
|\ \ \
| * | | Revert "NMI watchdog: fix for lockup detector breakage on resume"Rafael J. Wysocki2012-08-082-22/+2
| |/ /
* | | printk: Fix calculation of length used to discard recordsJeff Mahoney2012-08-121-0/+2
* | | time: Fix adjustment cleanup bug in timekeeping_adjust()Ingo Molnar2012-08-051-14/+17
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-08-031-7/+10
|\ \ \
| * | | futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi()Darren Hart2012-07-241-5/+8
| * | | futex: Fix bug in WARN_ON for NULL q.pi_stateDarren Hart2012-07-241-1/+1
| * | | futex: Test for pi_mutex on fault in futex_wait_requeue_pi()Darren Hart2012-07-241-1/+1
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-08-033-173/+207
|\ \ \ \
| * | | | time: Remove all direct references to timekeeperJohn Stultz2012-07-311-128/+154
| * | | | time: Clean up offs_real/wall_to_mono and offs_boot/total_sleep_time updatesJohn Stultz2012-07-311-36/+54
| * | | | time: Clean up stray newlinesJohn Stultz2012-07-311-10/+0
| * | | | time/jiffies: Rename ACTHZ to SHIFTED_HZJohn Stultz2012-07-312-2/+2
| * | | | Merge branch 'linus' into timers/urgentIngo Molnar2012-07-3125-890/+958
| |\ \ \ \
| * | | | | time: Fix casting issue in tk_set_xtime and tk_xtime_addJohn Stultz2012-07-241-2/+2
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-08-033-23/+20
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | sched/cleanups: Add load balance cpumask pointer to 'struct lb_env'Michael Wang2012-07-311-15/+14
| * | | | | sched: Fix minor code style issuesYing Xue2012-07-261-5/+5
| * | | | | sched: Use task_rq_unlock() in __sched_setscheduler()Namhyung Kim2012-07-261-3/+1
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-08-037-10/+46
|\ \ \ \ \ \
| * | | | | | perf/trace: Add ability to set a target task for eventsAndrew Vagin2012-07-317-10/+46
* | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-08-031-1/+14
|\ \ \ \ \ \ \
| * | | | | | | genirq: Allow irq chips to mark themself oneshot safeThomas Gleixner2012-07-251-1/+14
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'for_linux-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-08-033-25/+5
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | kernel/debug: Make use of KGDB_REASON_NMIAnton Vorontsov2012-07-311-0/+4
| * | | | | | kdb: Remove cpu from the more promptJason Wessel2012-07-311-11/+0
| * | | | | | kdb: Remove unused KDB_FLAG_ONLY_DO_DUMPJason Wessel2012-07-311-14/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-012-0/+39
|\ \ \ \ \ \ \
| * | | | | | | fs: add link restriction audit reportingKees Cook2012-07-291-0/+21
| * | | | | | | fs: add link restrictionsKees Cook2012-07-291-0/+18
* | | | | | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-07-311-155/+207
|\ \ \ \ \ \ \ \
| * | | | | | | | irqdomain: Improve diagnostics when a domain mapping failsMark Brown2012-07-241-6/+11
| * | | | | | | | irqdomain: eliminate slow-path revmap lookupsGrant Likely2012-07-241-40/+25
| * | | | | | | | Merge remote-tracking branch 'origin' into irqdomain/nextGrant Likely2012-07-2452-2278/+2748
| |\ \ \ \ \ \ \ \
| * | | | | | | | | irqdomain: Fix irq_create_direct_mapping() to test irq_domain type.Grant Likely2012-07-111-2/+2
| * | | | | | | | | irqdomain: Eliminate dedicated radix lookup functionsGrant Likely2012-07-111-59/+1
| * | | | | | | | | irqdomain: Support for static IRQ mapping and association.Grant Likely2012-07-111-25/+88