summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-11-121-4/+0
|\
| * block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-101-4/+0
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-11-121-8/+34
|\ \
| * | perf_events: Fix time tracking in samplesStephane Eranian2010-11-101-8/+34
| |/
* | Restrict unprivileged access to kernel syslogDan Rosenberg2010-11-122-0/+15
* | latencytop: fix per task accumulatorKen Chen2010-11-121-9/+8
* | kernel/range.c: fix clean_sort_range() for the case of full arrayAlexey Khoroshilov2010-11-121-1/+1
|/
* watchdog: Fix section mismatch and potential undefined behavior.David Daney2010-11-051-1/+1
* posix-cpu-timers: workaround to suppress the problems with mt execOleg Nesterov2010-11-051-0/+8
* Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmall...Jesper Juhl2010-11-051-11/+4
*-. Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git...Linus Torvalds2010-10-311-0/+4
|\ \
| * | genirq: Warn if enable_irq is called before irq is set upThomas Gleixner2010-10-221-0/+4
| | |
| \ \
*-. \ \ Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Linus Torvalds2010-10-302-21/+82
|\ \ \ \
| * | | | jump label: Make arch_jump_label_text_poke_early() optionalSteven Rostedt2010-10-291-0/+7
| * | | | jump label: Fix error with preempt disable holding mutexSteven Rostedt2010-10-291-13/+13
| * | | | jump label: Fix deadlock b/w jump_label_mutex vs. text_mutexJason Baron2010-10-282-12/+27
| * | | | jump label: Fix module __init section raceJason Baron2010-10-281-1/+40
* | | | | audit mmapAl Viro2010-10-301-0/+16
* | | | | audit: Use rcu for task lookup protectionThomas Gleixner2010-10-301-16/+14
* | | | | audit: Do not send uninitialized data for AUDIT_TTY_GETThomas Gleixner2010-10-301-2/+4
* | | | | audit: Call tty_audit_push_task() outside preempt disabledThomas Gleixner2010-10-301-16/+9
* | | | | in untag_chunk() we need to do alloc_chunk() a bit earlierAl Viro2010-10-301-2/+7
* | | | | audit: make functions staticStephen Hemminger2010-10-303-9/+6
* | | | | Audit: add support to match lsm labels on user audit messagesMiloslav Trmac2010-10-301-0/+12
| |/ / / |/| | |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-10-292-49/+15
|\ \ \ \
| * | | | debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng2010-10-291-13/+3
| * | | | kdb: Fix early debugging crash regressionJason Wessel2010-10-291-1/+1
| * | | | kdb: fix per_cpu command to remove supress maskJason Wessel2010-10-291-35/+11
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-292-13/+11
|\ \ \ \ \
| * | | | | convert cgroup and cpusetAl Viro2010-10-292-13/+11
| | |_|_|/ | |/| | |
* | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-10-293-29/+24
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | sched_stat: Update sched_info_queue/dequeue() code commentsRakib Mullick2010-10-241-19/+1
| * | | | sched, cgroup: Fixup broken cgroup movementPeter Zijlstra2010-10-222-10/+23
* | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-10-281-16/+135
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | resources: support allocating space within a region from the top downBjorn Helgaas2010-10-261-4/+94
| * | | | resources: handle overflow when aligning start of available areaBjorn Helgaas2010-10-261-8/+13
| * | | | resources: ensure callback doesn't allocate outside available spaceBjorn Helgaas2010-10-261-5/+11
| * | | | resources: factor out resource_clip() to simplify find_resource()Bjorn Helgaas2010-10-261-4/+11
| * | | | resources: add a default alignf to simplify find_resource()Bjorn Helgaas2010-10-261-2/+13
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds2010-10-271-4/+4
|\ \ \ \ \
| * | | | | Typedef SMP call function pointerDavid Howells2010-10-271-4/+4
| | |_|/ / | |/| | |
* | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-275-242/+218
|\ \ \ \ \
| * \ \ \ \ Merge branch 'tip/perf/ringbuffer-2' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar2010-10-261-163/+172
| |\ \ \ \ \
| | * | | | | ring-buffer: Remove unused macro RB_TIMESTAMPS_PER_PAGESteven Rostedt2010-10-201-3/+0
| | * | | | | ring-buffer: Micro-optimize with some strategic inliningSteven Rostedt2010-10-201-8/+15
| | * | | | | ring-buffer: Remove condition to add timestamp in fast pathSteven Rostedt2010-10-201-22/+6
| | * | | | | ring-buffer: Bind time extend and data events togetherSteven Rostedt2010-10-201-124/+142
| | * | | | | ring-buffer: Pass delta by value and not by referenceSteven Rostedt2010-10-201-8/+8
| | * | | | | ring-buffer: Pass timestamp by value and not by referenceSteven Rostedt2010-10-201-10/+10
| | * | | | | ring-buffer: Make write slow path out of lineSteven Rostedt2010-10-191-2/+5
OpenPOWER on IntegriCloud