Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | * | | | | | | | | | | | | | | | | irq: allocate irq_desc_ptrs array based on nr_irqs | Mike Travis | 2009-01-11 | 2 | -2/+16 | |
| | | | | * | | | | | | | | | | | | | | | | irq: use WARN() instead of WARN_ON(). | Mike Travis | 2009-01-11 | 1 | -3/+2 | |
| | | | | * | | | | | | | | | | | | | | | | irq: change references from NR_IRQS to nr_irqs | Mike Travis | 2009-01-11 | 1 | -5/+9 | |
| | | | | * | | | | | | | | | | | | | | | | cpumask: reduce stack usage in find_lowest_rq | Mike Travis | 2009-01-11 | 1 | -14/+22 | |
| | | | | * | | | | | | | | | | | | | | | | cpumask: fix bug in use cpumask_var_t in irq_desc | Mike Travis | 2009-01-11 | 2 | -12/+9 | |
| | | | | * | | | | | | | | | | | | | | | | cpumask: update irq_desc to use cpumask_var_t | Mike Travis | 2009-01-11 | 6 | -28/+43 | |
| | | | | |/ / / / / / / / / / / / / / / | ||||||
| | | * | | | | | | | | | | | | | | | | | Merge branch 'linus' into stackprotector | Ingo Molnar | 2008-12-31 | 134 | -6099/+17467 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into stackprotector | Ingo Molnar | 2008-10-15 | 113 | -3848/+16267 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | stackprotector: remove self-test | Ingo Molnar | 2008-07-13 | 1 | -47/+0 | |
| | | * | | | | | | | | | | | | | | | | | | | x86: simplify stackprotector self-check | Arjan van de Ven | 2008-07-13 | 1 | -22/+7 | |
| | | * | | | | | | | | | | | | | | | | | | | stackprotector: better self-test | Arjan van de Ven | 2008-07-11 | 1 | -8/+5 | |
| | | * | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into stackprotector | Ingo Molnar | 2008-06-25 | 15 | -723/+475 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | stackprotector: use canary at end of stack to indicate overruns at oops time | Eric Sandeen | 2008-05-26 | 3 | -10/+7 | |
| | | * | | | | | | | | | | | | | | | | | | | | stackprotector: turn not having the right gcc into a #warning | Arjan van de Ven | 2008-05-26 | 1 | -0/+3 | |
| | | * | | | | | | | | | | | | | | | | | | | | panic.c: fix whitespace additions | Daniel Walker | 2008-05-26 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | | | | | | | | | x86: add CONFIG_CC_STACKPROTECTOR self-test | Arjan van de Ven | 2008-05-26 | 1 | -0/+68 | |
| | | * | | | | | | | | | | | | | | | | | | | | panic: print out stacktrace if DEBUG_BUGVERBOSE | Ingo Molnar | 2008-05-26 | 1 | -0/+3 | |
| | | * | | | | | | | | | | | | | | | | | | | | panic: print more informative messages on stackprotect failure | Ingo Molnar | 2008-05-26 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2009-03-26 | 6 | -106/+158 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'irq/sparseirq' and 'linus' into irq/core | Ingo Molnar | 2009-03-23 | 1 | -12/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'irq/genirq' and 'linus' into irq/core | Ingo Molnar | 2009-03-16 | 30 | -198/+409 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | genirq: deprecate __do_IRQ | Thomas Gleixner | 2009-03-13 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | genirq: use kzalloc instead of explicit zero initialization | Thomas Gleixner | 2009-03-13 | 1 | -3/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | genirq: remove redundant if condition | Thomas Gleixner | 2009-03-13 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | irq: export remove_irq() and setup_irq() symbols | Magnus Damm | 2009-03-12 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | irq: match remove_irq() args with setup_irq() | Magnus Damm | 2009-03-12 | 1 | -9/+17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | irq: add remove_irq() for freeing of setup_irq() irqs | Magnus Damm | 2009-03-12 | 1 | -13/+26 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into irq/genirq | Ingo Molnar | 2009-03-12 | 11 | -35/+91 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | genirq: assert that irq handlers are indeed running in hardirq context | Peter Zijlstra | 2009-03-03 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into irq/genirq | Ingo Molnar | 2009-03-02 | 53 | -333/+822 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | irq: name 'p' variables a bit better | Ingo Molnar | 2009-02-17 | 1 | -11/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | irq: further clean up the free_irq() code flow | Ingo Molnar | 2009-02-17 | 1 | -7/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | irq: refactor and clean up the free_irq() code flow | Ingo Molnar | 2009-02-15 | 1 | -47/+54 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | irq: clean up manage.c | Ingo Molnar | 2009-02-15 | 1 | -6/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core | Ingo Molnar | 2009-02-13 | 6 | -29/+48 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | / / / / / / / / / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | | | | | | | | | | kernel/irq: fix sparse warning: make symbol static | Hannes Eder | 2009-02-09 | 1 | -5/+5 | |
| | | | | |_|_|/ / / / / / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | irq: optimize init_kstat_irqs/init_copy_kstat_irqs | Yinghai Lu | 2009-02-09 | 2 | -17/+14 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | irq: clear kstat_irqs | Yinghai Lu | 2009-02-09 | 3 | -0/+7 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | sparseirq: make some func to be used with genirq | Yinghai Lu | 2009-01-11 | 1 | -3/+4 | |
| | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | irq: use GFP_KERNEL for action allocation in request_irq() | Johannes Weiner | 2009-02-13 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | irq: provide debug_poll_all_shared_irqs() method under CONFIG_DEBUG_SHIRQ | Ingo Molnar | 2009-01-16 | 1 | -1/+13 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into irq/genirq | Ingo Molnar | 2009-01-16 | 125 | -5145/+12690 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | genirq: check chip->ack before calling | Wang Chen | 2008-12-29 | 1 | -2/+4 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-03-26 | 5 | -218/+361 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timer... | Ingo Molnar | 2009-03-26 | 4 | -209/+350 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | posix timers: fix RLIMIT_CPU && fork() | Oleg Nesterov | 2009-03-23 | 1 | -1/+2 | |
| | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fix | John Stultz | 2009-02-26 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | time: ntp: clean up second_overflow() | Ingo Molnar | 2009-02-25 | 1 | -5/+6 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | time: ntp: simplify ntp_tick_adj calculations | Ingo Molnar | 2009-02-25 | 1 | -2/+5 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | time: ntp: make 64-bit constants more robust | Ingo Molnar | 2009-02-25 | 1 | -2/+2 |