summaryrefslogtreecommitdiffstats
path: root/kernel/acct.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-12genirq: Implement a sane sparse_irq allocatorThomas Gleixner2-8/+246
2010-10-12genirq: Provide default irq init flagsThomas Gleixner3-4/+10
2010-10-12genirq: Remove export of kstat_irqs_cpuThomas Gleixner1-1/+0
2010-10-12isdn: hisax: Replace the bogus access to irq statsThomas Gleixner2-4/+15
2010-10-12genirq: Remove early_init_irq_lock_class()Thomas Gleixner3-19/+1
2010-10-12genirq: Distangle kernel/irq/handle.cThomas Gleixner4-332/+340
2010-10-12genirq: Sanitize irq_data accessorsThomas Gleixner2-4/+66
2010-10-12genirq: Provide status modifierThomas Gleixner2-21/+32
2010-10-12genirq: Remove unsused inlineThomas Gleixner1-7/+1
2010-10-12genirq: Distangle irq.hThomas Gleixner3-279/+284
2010-10-08mfd: twl4030: Fix dummy irq chip usageThomas Gleixner1-1/+1
2010-10-04genirq: Provide config option to disable deprecated codeThomas Gleixner6-6/+39
2010-10-04genirq: Provide compat handling for chip->retrigger()Thomas Gleixner2-2/+9
2010-10-04genirq: Provide compat handling for chip->set_wake()Thomas Gleixner2-2/+9
2010-10-04genirq: Provide compat handling for chip->set_type()Thomas Gleixner3-7/+15
2010-10-04genirq: Provide compat handling for chip->set_affinity()Thomas Gleixner4-8/+19
2010-10-04genirq: Provide compat handling for chip->startup()Thomas Gleixner4-16/+16
2010-10-04genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner5-22/+35
2010-10-04genirq: Provide compat handling for chip->enable()Thomas Gleixner3-8/+21
2010-10-04genirq: Provide compat handling for chip->eoi()Thomas Gleixner1-3/+10
2010-10-04genirq: Provide compat handling for chip->mask_ack()Thomas Gleixner1-6/+13
2010-10-04genirq: Provide compat handling for chip->ack()Thomas Gleixner2-18/+12
2010-10-04genirq: Provide compat handling for chip->unmask()Thomas Gleixner4-9/+16
2010-10-04genirq: Provide compat handling for chip->mask()Thomas Gleixner3-9/+16
2010-10-04genirq: Provide compat handling for bus_lock/bus_sync_unlockThomas Gleixner3-19/+35
2010-10-04genirq: Add new functions to dummy chipsThomas Gleixner2-17/+44
2010-10-04genirq: Provide advanced irq chip functionsThomas Gleixner1-16/+50
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner11-110/+111
2010-10-04genirq: Create irq_dataThomas Gleixner2-47/+82
2010-10-04x86: Use genirq KconfigThomas Gleixner1-31/+5
2010-10-04genirq: Provide KconfigThomas Gleixner2-0/+56
2010-10-04isdn: Free irq_data namespaceThomas Gleixner1-3/+3
2010-10-04mfd: Rename struct irq_data to struct sih_irq_dataThomas Gleixner1-1/+1
2010-09-23genirq: Cleanup irq_chip->typename leftoversThomas Gleixner15-32/+24
2010-09-21MAINTAINERS: Add IRQ subsystemThomas Gleixner1-0/+6
2010-09-21Linux 2.6.36-rc5v2.6.36-rc5Linus Torvalds1-1/+1
2010-09-21Staging: vt6655: fix buffer overflowDan Carpenter1-3/+8
2010-09-21Revert: "Staging: batman-adv: Adding netfilter-bridge hooks"Sven Eckelmann2-19/+2
2010-09-21serial: mfd: fix bug in serial_hsu_remove()Feng Tang1-8/+9
2010-09-21serial: amba-pl010: fix set_ldiscMika Westerberg1-7/+2
2010-09-21USB: musb: MAINTAINERS: Fix my mail addressFelipe Balbi1-2/+2
2010-09-21USB: serial/mos*: prevent reading uninitialized stack memoryDan Rosenberg2-0/+6
2010-09-21USB: otg: twl4030: fix phy initialization(v1)Ming Lei1-27/+51
2010-09-21USB: EHCI: Disable langwell/penwell LPM capabilityAlek Du1-0/+5
2010-09-21usb: musb_debugfs: don't use the struct file private_data field with seq_filesMathias Nyman1-3/+2
2010-09-20frv: double syscall restarts, syscall restart in sigreturn()Al Viro1-1/+3
2010-09-20frv: handling of restart into restart_syscall is fsckedAl Viro1-1/+1
2010-09-20frv: avoid infinite loop of SIGSEGV deliveryAl Viro1-2/+2
2010-09-20frv: fix address verification holes in setup_frame/setup_rt_frameAl Viro1-16/+22
2010-09-20frv: restart_block.fn needs to be reset on sigreturnAl Viro1-0/+3