summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | | | | | | | | | | | | | | irq: allocate irq_desc_ptrs array based on nr_irqsMike Travis2009-01-112-2/+16
| | | | | * | | | | | | | | | | | | | | | irq: use WARN() instead of WARN_ON().Mike Travis2009-01-111-3/+2
| | | | | * | | | | | | | | | | | | | | | irq: change references from NR_IRQS to nr_irqsMike Travis2009-01-111-5/+9
| | | | | * | | | | | | | | | | | | | | | cpumask: reduce stack usage in find_lowest_rqMike Travis2009-01-111-14/+22
| | | | | * | | | | | | | | | | | | | | | cpumask: fix bug in use cpumask_var_t in irq_descMike Travis2009-01-112-12/+9
| | | | | * | | | | | | | | | | | | | | | cpumask: update irq_desc to use cpumask_var_tMike Travis2009-01-116-28/+43
| | | | | |/ / / / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | | | | Merge branch 'linus' into stackprotectorIngo Molnar2008-12-31134-6099/+17467
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into stackprotectorIngo Molnar2008-10-15113-3848/+16267
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | stackprotector: remove self-testIngo Molnar2008-07-131-47/+0
| | | * | | | | | | | | | | | | | | | | | | x86: simplify stackprotector self-checkArjan van de Ven2008-07-131-22/+7
| | | * | | | | | | | | | | | | | | | | | | stackprotector: better self-testArjan van de Ven2008-07-111-8/+5
| | | * | | | | | | | | | | | | | | | | | | Merge branch 'linus' into stackprotectorIngo Molnar2008-06-2515-723/+475
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | stackprotector: use canary at end of stack to indicate overruns at oops timeEric Sandeen2008-05-263-10/+7
| | | * | | | | | | | | | | | | | | | | | | | stackprotector: turn not having the right gcc into a #warningArjan van de Ven2008-05-261-0/+3
| | | * | | | | | | | | | | | | | | | | | | | panic.c: fix whitespace additionsDaniel Walker2008-05-261-2/+2
| | | * | | | | | | | | | | | | | | | | | | | x86: add CONFIG_CC_STACKPROTECTOR self-testArjan van de Ven2008-05-261-0/+68
| | | * | | | | | | | | | | | | | | | | | | | panic: print out stacktrace if DEBUG_BUGVERBOSEIngo Molnar2008-05-261-0/+3
| | | * | | | | | | | | | | | | | | | | | | | panic: print more informative messages on stackprotect failureIngo Molnar2008-05-261-1/+2
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-03-266-106/+158
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'irq/sparseirq' and 'linus' into irq/coreIngo Molnar2009-03-231-12/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2009-03-1630-198/+409
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | genirq: deprecate __do_IRQThomas Gleixner2009-03-131-0/+5
| | * | | | | | | | | | | | | | | | | | | | | | | | genirq: use kzalloc instead of explicit zero initializationThomas Gleixner2009-03-131-3/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | genirq: remove redundant if conditionThomas Gleixner2009-03-131-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | irq: export remove_irq() and setup_irq() symbolsMagnus Damm2009-03-121-0/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | irq: match remove_irq() args with setup_irq()Magnus Damm2009-03-121-9/+17
| | * | | | | | | | | | | | | | | | | | | | | | | | irq: add remove_irq() for freeing of setup_irq() irqsMagnus Damm2009-03-121-13/+26
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into irq/genirqIngo Molnar2009-03-1211-35/+91
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | | | genirq: assert that irq handlers are indeed running in hardirq contextPeter Zijlstra2009-03-031-0/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into irq/genirqIngo Molnar2009-03-0253-333/+822
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | irq: name 'p' variables a bit betterIngo Molnar2009-02-171-11/+11
| | * | | | | | | | | | | | | | | | | | | | | | | | irq: further clean up the free_irq() code flowIngo Molnar2009-02-171-7/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | irq: refactor and clean up the free_irq() code flowIngo Molnar2009-02-151-47/+54
| | * | | | | | | | | | | | | | | | | | | | | | | | irq: clean up manage.cIngo Molnar2009-02-151-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar2009-02-136-29/+48
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | / / / / / / / / / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | | | | kernel/irq: fix sparse warning: make symbol staticHannes Eder2009-02-091-5/+5
| | | | | |_|_|/ / / / / / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | irq: optimize init_kstat_irqs/init_copy_kstat_irqsYinghai Lu2009-02-092-17/+14
| | | * | | | | | | | | | | | | | | | | | | | | | | irq: clear kstat_irqsYinghai Lu2009-02-093-0/+7
| | | * | | | | | | | | | | | | | | | | | | | | | | sparseirq: make some func to be used with genirqYinghai Lu2009-01-111-3/+4
| | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | irq: use GFP_KERNEL for action allocation in request_irq()Johannes Weiner2009-02-131-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | irq: provide debug_poll_all_shared_irqs() method under CONFIG_DEBUG_SHIRQIngo Molnar2009-01-161-1/+13
| | * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into irq/genirqIngo Molnar2009-01-16125-5145/+12690
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | genirq: check chip->ack before callingWang Chen2008-12-291-2/+4
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-03-265-218/+361
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timer...Ingo Molnar2009-03-264-209/+350
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | posix timers: fix RLIMIT_CPU && fork()Oleg Nesterov2009-03-231-1/+2
| | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fixJohn Stultz2009-02-261-2/+2
| | | * | | | | | | | | | | | | | | | | | | | | | | | | time: ntp: clean up second_overflow()Ingo Molnar2009-02-251-5/+6
| | | * | | | | | | | | | | | | | | | | | | | | | | | | time: ntp: simplify ntp_tick_adj calculationsIngo Molnar2009-02-251-2/+5
| | | * | | | | | | | | | | | | | | | | | | | | | | | | time: ntp: make 64-bit constants more robustIngo Molnar2009-02-251-2/+2
OpenPOWER on IntegriCloud