aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2006-07-02[PATCH] irq-flags: generic irq: Use the new IRQF_ constantsThomas Gleixner
2006-07-01Merge branch 'audit.b22' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2006-07-01[PATCH] IRQ: warning message cleanupBjorn Helgaas
2006-07-01[PATCH] IRQ: Use SA_PERCPU_IRQ, not IRQ_PER_CPU, for irqaction.flagsBjorn Helgaas
2006-07-01[PATCH] pi-futex: futex_wake() lockup fixIngo Molnar
2006-07-01[PATCH] pi-futex: fix mm_struct memory leakVernon Mauery
2006-07-01[PATCH] audit syscall classesAl Viro
2006-07-01[PATCH] audit: support for object context filtersDarrel Goeddel
2006-07-01[PATCH] audit: rename AUDIT_SE_* constantsDarrel Goeddel
2006-07-01[PATCH] add rule filterkeyAmy Griffis
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2006-06-30[PATCH] cond_resched() fixAndrew Morton
2006-06-30[PATCH] SELinux: add security hook call to kill_proc_info_as_uidDavid Quigley
2006-06-30[PATCH] zoned vm counters: zone_reclaim: remove /proc/sys/vm/zone_reclaim_int...Christoph Lameter
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-30remove obsolete swsusp_encryptPavel Machek
2006-06-30typo fixes: occuring -> occurringAdrian Bunk
2006-06-29[NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds
2006-06-29[PATCH] genirq: add chip->eoi(), fastack -> fasteoiIngo Molnar
2006-06-29[PATCH] genirq: fasteoi handler: handle interrupt disablingBenjamin Herrenschmidt
2006-06-29[PATCH] genirq: more verbose debugging on unexpected IRQ vectorsIngo Molnar
2006-06-29[PATCH] genirq: cleanup: no_irq_type -> no_irq_chip renameIngo Molnar
2006-06-29[PATCH] genirq: add SA_TRIGGER supportThomas Gleixner
2006-06-29[PATCH] genirq: add irq-wake (power-management) supportThomas Gleixner
2006-06-29[PATCH] genirq: add handle_bad_irq()Ingo Molnar
2006-06-29[PATCH] genirq: add irq-chip supportThomas Gleixner
2006-06-29[PATCH] genirq: coreThomas Gleixner
2006-06-29[PATCH] genirq: update copyrightsIngo Molnar
2006-06-29[PATCH] genirq: add IRQ_NOAUTOEN supportThomas Gleixner
2006-06-29[PATCH] genirq: add IRQ_NOREQUEST supportThomas Gleixner
2006-06-29[PATCH] genirq: add IRQ_NOPROBE supportThomas Gleixner
2006-06-29[PATCH] genirq: add genirq sw IRQ-retriggerThomas Gleixner
2006-06-29[PATCH] genirq: cleanup: no_irq_type cleanupsIngo Molnar
2006-06-29[PATCH] genirq: doc: handle_IRQ_event() and __do_IRQ() commentsIngo Molnar
2006-06-29[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar
2006-06-29[PATCH] genirq: debug: better debug printout in enable_irq()Thomas Gleixner
2006-06-29[PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPUIngo Molnar
2006-06-29[PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]Ingo Molnar
2006-06-29[PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]Ingo Molnar
2006-06-29[PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsoleteIngo Molnar
2006-06-29[PATCH] genirq: cleanup: misc code cleanupsIngo Molnar
2006-06-29[PATCH] genirq: cleanup: remove fastcallIngo Molnar
2006-06-29[PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar
2006-06-29[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar
2006-06-29[PATCH] genirq: sem2mutex probe_sem -> probing_activeIngo Molnar
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar
2006-06-28[PATCH] load_module() cleanupAndrew Morton
2006-06-28[PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPLArjan van de Ven