summaryrefslogtreecommitdiffstats
path: root/net/sysctl_net.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-26ARM: 7343/1: sa11x0: convert to sparse IRQRussell King5-12/+13
2012-03-26ARM: 7342/2: sa1100: prepare for sparse irq conversionRob Herring21-11/+40
2012-03-26ARM: 7341/1: input: prepare jornada720 keyboard and ts for sa11x0 sparse irqRob Herring2-0/+2
2012-03-26ARM: 7340/1: rtc: sa1100: include mach/irqs.h instead of asm/irq.hRob Herring1-1/+1
2012-03-26ARM: sa11x0: remove unused DMA controller definitionsRussell King2-218/+3
2012-03-26ARM: sa11x0: remove old SoC private DMA driverRussell King3-466/+1
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet7-9/+13
2012-03-25gianfar: Fix possible overrun and simplify interrupt name field creationJoe Perches2-33/+8
2012-03-25USB: qmi_wwan: Add ZTE (Vodafone) K3570-Z and K3571-Z net interfacesAndrew Bird (Sphere Systems)1-0/+18
2012-03-25USB: option: Ignore ZTE (Vodafone) K3570/71 net interfacesAndrew Bird (Sphere Systems)1-2/+4
2012-03-25USB: qmi_wwan: Add ZTE (Vodafone) K3565-Z and K4505-Z net interfacesAndrew Bird (Sphere Systems)1-0/+18
2012-03-24Fix potential endless loop in kswapd when compaction is not enabledRik van Riel1-1/+2
2012-03-24xen/acpi: Fix Kconfig dependency on CPU_FREQKonrad Rzeszutek Wilk1-1/+1
2012-03-24USB: sa1111: add hcd .reset methodRussell King1-9/+11
2012-03-24USB: sa1111: add OHCI shutdown methodsRussell King1-0/+12
2012-03-24USB: sa1111: reorganize ohci-sa1111.cRussell King1-134/+93
2012-03-24USB: sa1111: get rid of nasty printk(KERN_DEBUG "%s: ...", __FILE__)Russell King1-4/+2
2012-03-24USB: sa1111: sparse and checkpatch cleanupsRussell King1-16/+17
2012-03-24ARM: sa11x0: don't static map sa1111Russell King3-15/+0
2012-03-24ARM: sa1111: use dev_err() rather than printk()Russell King1-1/+1
2012-03-24ARM: sa1111: cleanup sub-device registration and unregistrationRussell King1-11/+16
2012-03-24ARM: sa1111: only setup DMA for DMA capable devicesRussell King1-3/+6
2012-03-24ARM: sa1111: register sa1111 devices with dmabounce in bus notifierRussell King1-55/+74
2012-03-24ARM: sa1111: move USB interface register definitions to ohci-sa1111.cRussell King2-30/+25
2012-03-24ARM: sa1111: move PCMCIA interface register definitions to sa1111_generic.cRussell King2-48/+41
2012-03-24ARM: sa1111: move PS/2 interface register definitions to sa1111p2.cRussell King2-54/+37
2012-03-24ARM: sa1111: delete unused physical GPIO register definitionsRussell King1-16/+0
2012-03-24ARM: sa1111: provide a generic way to prevent devices from registeringRussell King6-5/+7
2012-03-24ARM: ecard: get rid of NO_IRQ madnessRussell King4-10/+6
2012-03-24ARM: riscpc: use DEFINE_RES_xxx()Russell King1-29/+7
2012-03-24ARM: riscpc: remove expansion card irq mask registerRussell King1-101/+2
2012-03-24ARM: riscpc: convert ecard to use irq_alloc_descs()Russell King1-9/+13
2012-03-24ARM: riscpc: use irq chip data in ecard.cRussell King1-2/+3
2012-03-24ARM: riscpc: move ecard.c to arch/arm/mach-rpcRussell King4-2/+1
2012-03-24ARM: riscpc: remove IRQ_TIMERRussell King2-3/+1
2012-03-24ARM: riscpc: use definition for serial port interruptRussell King1-1/+1
2012-03-24ARM: riscpc: pass IRQ resources into keyboard driverRussell King2-7/+44
2012-03-24ARM: riscpc: move time-acorn.c to mach-rpcRussell King5-6/+1
2012-03-24seq_file: add seq_set_overflow(), seq_overflow()KAMEZAWA Hiroyuki1-10/+26
2012-03-24proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().Pravin B Shelar1-1/+1
2012-03-24procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki3-56/+86
2012-03-24procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki5-29/+84
2012-03-24proc: speed up /proc/stat handlingEric Dumazet1-2/+5
2012-03-24fs/proc/kcore.c: make get_sparsemem_vmemmap_info() staticDjalal Harouni1-2/+4
2012-03-24coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron8-0/+32
2012-03-24coredump: remove VM_ALWAYSDUMP flagJason Baron15-69/+40
2012-03-24kmod: make __request_module() killableOleg Nesterov1-2/+24
2012-03-24kmod: introduce call_modprobe() helperOleg Nesterov1-8/+16
2012-03-24usermodehelper: ____call_usermodehelper() doesn't need do_exit()Oleg Nesterov1-1/+1
2012-03-24usermodehelper: kill umh_wait, renumber UMH_* constantsOleg Nesterov3-18/+10