summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* new helper: read_code()Al Viro2013-04-291-24/+6Star
* UM: Adjust printk in create_proc_mconsole()David Howells2013-04-091-2/+1Star
* constify a bunch of struct file_operations instancesAl Viro2013-04-093-3/+3
* create_proc_cpu_mask() doesn't need an argument...Al Viro2013-04-091-4/+2Star
* lparcfg: don't bother saving pointer to proc_dir_entryAl Viro2013-04-091-9/+2Star
* prominfo_proc fixesAl Viro2013-04-091-30/+12Star
* srm_env: don't bother with pointer to srm_env_tAl Viro2013-04-091-24/+9Star
* srm_env: use proc_remove_subtree()Al Viro2013-04-091-57/+7Star
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-0911-43/+27Star
* last_radio_log: switch to proc_create()Al Viro2013-04-091-16/+4Star
* xtensa simdisk: switch to proc_create_data()Al Viro2013-04-091-13/+23
* get rid of a bunch of open-coded create_proc_read_entry()Al Viro2013-04-094-13/+6Star
* atags_proc: switch to proc_create_data()Al Viro2013-04-091-18/+10Star
* spufs: don't bother with fops->ownerAl Viro2013-04-091-2/+0Star
* switch compat readv/writev variants to COMPAT_SYSCALL_DEFINEAl Viro2013-04-092-18/+2Star
* palinfo fixesAl Viro2013-04-091-64/+13Star
* Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-03-254-14/+15
|\
| * ARM: tegra: fix register address of slink controllerLaxman Dewangan2013-03-222-2/+2
| * Merge tag 'imx-fixes-3.9-3' of git://git.linaro.org/people/shawnguo/linux-2.6...Arnd Bergmann2013-03-211-0/+1
| |\
| | * ARM: imx: add dependency check for DEBUG_IMX_UART_PORTShawn Guo2013-03-191-0/+1
| * | ARM: video: mxs: Fix mxsfb misconfiguring VDCTRL0Marek Vasut2013-03-191-12/+12
| |/
* | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2013-03-242-17/+17
|\ \
| * | x86, microcode_intel_early: Mark apply_microcode_early() as cpuinitH. Peter Anvin2013-03-221-2/+2
| * | x86-32, microcode_intel_early: Fix crash with CONFIG_DEBUG_VIRTUALFenghua Yu2013-03-201-13/+13
| * | x86-64: Fix the failure case in copy_user_handle_tail()CQ Tang2013-03-181-2/+2
| |/
* | Merge tag 'md-3.9-fixes' of git://neil.brown.name/mdLinus Torvalds2013-03-232-2/+0Star
|\ \
| * | md: remove CONFIG_MULTICORE_RAID456 entirelyPaul Bolle2013-03-202-2/+0Star
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-03-214-1/+22
|\ \ \
| * | | perf/x86: Add SNB/SNB-EP scheduling constraints for cycle_activity eventStephane Eranian2013-03-181-0/+4
| * | | kprobes/x86: Check Interrupt Flag modifier when registering probeMasami Hiramatsu2013-03-182-1/+5
| * | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-03-181-0/+13
| |\ \ \
| | * | | perf/POWER7: Create a sysfs format entry for Power7 eventsSukadev Bhattiprolu2013-03-131-0/+13
* | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-03-202-35/+33Star
|\ \ \ \ \
| * | | | | KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig2013-03-192-29/+22Star
| * | | | | KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig2013-03-191-0/+5
| * | | | | KVM: x86: fix deadlock in clock-in-progress request handlingMarcelo Tosatti2013-03-181-9/+9
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2013-03-195-24/+57
|\ \ \ \ \ \
| * | | | | | sparc: remove unused "config BITS"Paul Bolle2013-03-191-6/+0Star
| * | | | | | sparc: delete "if !ULTRA_HAS_POPULATION_COUNT"Paul Bolle2013-03-191-1/+1
| * | | | | | sparc64: correctly recognize SPARC64-X chipsAllen Pais2013-03-113-2/+30
| * | | | | | sparc,leon: fix GRPCI2 device0 PCI config space accessDaniel Hellstrom2013-03-031-15/+26
* | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2013-03-196-15/+3Star
|\ \ \ \ \ \ \
| * | | | | | | arm64: Kconfig.debug: Remove unused CONFIG_DEBUG_ERRORSPaul Bolle2013-03-192-12/+0Star
| * | | | | | | arm64: Do not select GENERIC_HARDIRQS_NO_DEPRECATEDPaul Bolle2013-03-191-1/+0Star
| * | | | | | | arm64: fix padding computation in struct ucontextAndreas Schwab2013-03-181-1/+1
| * | | | | | | arm64: Fix build error with !SMPCatalin Marinas2013-03-181-0/+2
| * | | | | | | arm64: Removed unused variable in compat_setup_rt_frame()Catalin Marinas2013-03-181-1/+0Star
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-191-1/+1
|\ \ \ \ \ \ \
| * | | | | | | ARM:net: an issue for k which is u32, never < 0Chen Gang2013-03-121-1/+1
* | | | | | | | sgy-cts1000: Remove __dev* attributesBen Collins2013-03-191-3/+3