summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] cond_resched() fixAndrew Morton2006-06-301-12/+13
* [PATCH] SELinux: add security hook call to kill_proc_info_as_uidDavid Quigley2006-06-301-2/+5
* [PATCH] zoned vm counters: zone_reclaim: remove /proc/sys/vm/zone_reclaim_int...Christoph Lameter2006-06-301-9/+0Star
* [NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel2006-06-301-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-06-291-4/+2Star
|\
| * [POWERPC] Add the use of the firmware soft-reset-nmi to kdump.David Wilder2006-06-281-4/+2Star
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-291-25/+27
|\ \
| * | [PATCH] 64bit Resource: finally enable 64bit resource sizesGreg Kroah-Hartman2006-06-271-5/+3Star
| * | [PATCH] 64bit resource: change resource core to use resource_size_tGreg Kroah-Hartman2006-06-271-16/+18
| * | [PATCH] 64bit resource: fix up printks for resources in arch and core codeGreg Kroah-Hartman2006-06-271-4/+6
| |/
* | [PATCH] genirq: add chip->eoi(), fastack -> fasteoiIngo Molnar2006-06-291-14/+11Star
* | [PATCH] genirq: fasteoi handler: handle interrupt disablingBenjamin Herrenschmidt2006-06-291-1/+4
* | [PATCH] genirq: more verbose debugging on unexpected IRQ vectorsIngo Molnar2006-06-292-0/+42
* | [PATCH] genirq: cleanup: no_irq_type -> no_irq_chip renameIngo Molnar2006-06-293-5/+5
* | [PATCH] genirq: add SA_TRIGGER supportThomas Gleixner2006-06-291-4/+27
* | [PATCH] genirq: add irq-wake (power-management) supportThomas Gleixner2006-06-291-0/+21
* | [PATCH] genirq: add handle_bad_irq()Ingo Molnar2006-06-292-0/+9
* | [PATCH] genirq: add irq-chip supportThomas Gleixner2006-06-293-2/+527
* | [PATCH] genirq: coreThomas Gleixner2006-06-296-3/+41
* | [PATCH] genirq: update copyrightsIngo Molnar2006-06-292-2/+7
* | [PATCH] genirq: add IRQ_NOAUTOEN supportThomas Gleixner2006-06-292-7/+12
* | [PATCH] genirq: add IRQ_NOREQUEST supportThomas Gleixner2006-06-291-1/+3
* | [PATCH] genirq: add IRQ_NOPROBE supportThomas Gleixner2006-06-292-2/+6
* | [PATCH] genirq: add genirq sw IRQ-retriggerThomas Gleixner2006-06-293-10/+80
* | [PATCH] genirq: cleanup: no_irq_type cleanupsIngo Molnar2006-06-291-20/+25
* | [PATCH] genirq: doc: handle_IRQ_event() and __do_IRQ() commentsIngo Molnar2006-06-291-4/+16
* | [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar2006-06-291-1/+2
* | [PATCH] genirq: debug: better debug printout in enable_irq()Thomas Gleixner2006-06-291-0/+1
* | [PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPUIngo Molnar2006-06-291-2/+2
* | [PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]Ingo Molnar2006-06-292-8/+4Star
* | [PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]Ingo Molnar2006-06-291-13/+7Star
* | [PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsoleteIngo Molnar2006-06-295-14/+15
* | [PATCH] genirq: cleanup: misc code cleanupsIngo Molnar2006-06-294-38/+34Star
* | [PATCH] genirq: cleanup: remove fastcallIngo Molnar2006-06-291-2/+2
* | [PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar2006-06-291-1/+1
* | [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar2006-06-293-5/+6
* | [PATCH] genirq: sem2mutex probe_sem -> probing_activeIngo Molnar2006-06-291-4/+5
* | [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-296-33/+33
* | [PATCH] load_module() cleanupAndrew Morton2006-06-281-6/+21
* | [PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPLArjan van de Ven2006-06-281-2/+76
* | [PATCH] Remove redundant NULL checks before [kv]free - in kernel/Jesper Juhl2006-06-281-2/+1Star
* | [PATCH] futex_requeue() optimizationSebastien Dugue2006-06-281-5/+8
* | [PATCH] rtmutex: Propagate priority settings into PI lock chainsThomas Gleixner2006-06-282-6/+38
* | [PATCH] rtmutex: Modify rtmutex-tester to test the setscheduler propagationThomas Gleixner2006-06-281-14/+18
* | [PATCH] Drop tasklist lock in do_sched_setschedulerThomas Gleixner2006-06-281-1/+3
* | [PATCH] pi-futex: futex_lock_pi/futex_unlock_pi supportIngo Molnar2006-06-285-41/+818
* | [PATCH] pi-futex: rt mutex futex apiIngo Molnar2006-06-281-0/+55
* | [PATCH] pi-futex: rt mutex testerThomas Gleixner2006-06-284-1/+461
* | [PATCH] pi-futex: rt mutex debugIngo Molnar2006-06-284-0/+552
* | [PATCH] pi-futex: rt mutex coreIngo Molnar2006-06-286-0/+1058