Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376189
b: refs/heads/master
c: 37f7157
h: refs/heads/master
i:
  376187: 65220b3
v: v3
  • Loading branch information
Bob Peterson authored and Steven Whitehouse committed May 24, 2013
1 parent 8be541b commit 05ba47a
Show file tree
Hide file tree
Showing 360 changed files with 1,714 additions and 3,340 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d4c2456a1888d7914502f4237b2ca4e262dd4c4d
refs/heads/master: 37f715774e2dd9ae521334dbbc3af63becd47adb
26 changes: 9 additions & 17 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -3865,16 +3865,9 @@ M: K. Y. Srinivasan <kys@microsoft.com>
M: Haiyang Zhang <haiyangz@microsoft.com>
L: devel@linuxdriverproject.org
S: Maintained
F: arch/x86/include/asm/mshyperv.h
F: arch/x86/include/uapi/asm/hyperv.h
F: arch/x86/kernel/cpu/mshyperv.c
F: drivers/hid/hid-hyperv.c
F: drivers/hv/
F: drivers/hid/hid-hyperv.c
F: drivers/net/hyperv/
F: drivers/scsi/storvsc_drv.c
F: drivers/video/hyperv_fb.c
F: include/linux/hyperv.h
F: tools/hv/

I2C OVER PARALLEL PORT
M: Jean Delvare <khali@linux-fr.org>
Expand Down Expand Up @@ -4648,13 +4641,12 @@ F: include/linux/sunrpc/
F: include/uapi/linux/sunrpc/

KERNEL VIRTUAL MACHINE (KVM)
M: Marcelo Tosatti <mtosatti@redhat.com>
M: Gleb Natapov <gleb@redhat.com>
M: Paolo Bonzini <pbonzini@redhat.com>
L: kvm@vger.kernel.org
W: http://linux-kvm.org
W: http://kvm.qumranet.com
S: Supported
F: Documentation/*/kvm*.txt
F: Documentation/virtual/kvm/
F: Documentation/*/kvm.txt
F: arch/*/kvm/
F: arch/*/include/asm/kvm*
F: include/linux/kvm*
Expand Down Expand Up @@ -5524,18 +5516,18 @@ F: Documentation/networking/s2io.txt
F: Documentation/networking/vxge.txt
F: drivers/net/ethernet/neterion/

NETFILTER/IPTABLES
NETFILTER/IPTABLES/IPCHAINS
P: Harald Welte
P: Jozsef Kadlecsik
M: Pablo Neira Ayuso <pablo@netfilter.org>
M: Patrick McHardy <kaber@trash.net>
M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
L: netfilter-devel@vger.kernel.org
L: netfilter@vger.kernel.org
L: coreteam@netfilter.org
W: http://www.netfilter.org/
W: http://www.iptables.org/
Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
T: git git://1984.lsi.us.es/nf
T: git git://1984.lsi.us.es/nf-next
S: Supported
F: include/linux/netfilter*
F: include/linux/netfilter/
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/configs/omap1_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ CONFIG_USB_PHY=y
CONFIG_USB_DEBUG=y
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_DEVICE_CLASS is not set
CONFIG_USB_SUSPEND=y
CONFIG_USB_MON=y
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_STORAGE=y
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/configs/omap2plus_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ CONFIG_USB=y
CONFIG_USB_DEBUG=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
CONFIG_USB_DEVICEFS=y
CONFIG_USB_SUSPEND=y
CONFIG_USB_MON=y
CONFIG_USB_WDM=y
CONFIG_USB_STORAGE=y
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ void __ref cpu_die(void)
* this returns, power and/or clocks can be removed at any point
* from this CPU and its cache by platform_cpu_kill().
*/
complete(&cpu_died);
RCU_NONIDLE(complete(&cpu_died));

/*
* Ensure that the cache lines associated with that completion are
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/avr32/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,6 @@ config ARCH_DISCONTIGMEM_ENABLE
config ARCH_SPARSEMEM_ENABLE
def_bool n

config NODES_SHIFT
int
default "2"
depends on NEED_MULTIPLE_NODES

source "mm/Kconfig"

config OWNERSHIP_TRACE
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/avr32/include/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
generic-y += clkdev.h
generic-y += exec.h
generic-y += trace_clock.h
generic-y += param.h
7 changes: 7 additions & 0 deletions trunk/arch/avr32/include/asm/numnodes.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#ifndef __ASM_AVR32_NUMNODES_H
#define __ASM_AVR32_NUMNODES_H

/* Max 4 nodes */
#define NODES_SHIFT 2

#endif /* __ASM_AVR32_NUMNODES_H */
9 changes: 9 additions & 0 deletions trunk/arch/avr32/include/asm/param.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#ifndef __ASM_AVR32_PARAM_H
#define __ASM_AVR32_PARAM_H

#include <uapi/asm/param.h>

# define HZ CONFIG_HZ
# define USER_HZ 100 /* User interfaces are in "ticks" */
# define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */
#endif /* __ASM_AVR32_PARAM_H */
1 change: 0 additions & 1 deletion trunk/arch/avr32/include/uapi/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ header-y += termbits.h
header-y += termios.h
header-y += types.h
header-y += unistd.h
generic-y += param.h
18 changes: 18 additions & 0 deletions trunk/arch/avr32/include/uapi/asm/param.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#ifndef _UAPI__ASM_AVR32_PARAM_H
#define _UAPI__ASM_AVR32_PARAM_H


#ifndef HZ
# define HZ 100
#endif

/* TODO: Should be configurable */
#define EXEC_PAGESIZE 4096

#ifndef NOGROUP
# define NOGROUP (-1)
#endif

#define MAXHOSTNAMELEN 64

#endif /* _UAPI__ASM_AVR32_PARAM_H */
2 changes: 1 addition & 1 deletion trunk/arch/avr32/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab,
break;
case R_AVR32_GOT18SW:
if ((relocation & 0xfffe0003) != 0
&& (relocation & 0xfffc0000) != 0xfffc0000)
&& (relocation & 0xfffc0003) != 0xffff0000)
return reloc_overflow(module, "R_AVR32_GOT18SW",
relocation);
relocation >>= 2;
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/mips/alchemy/board-gpr.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include <linux/i2c.h>
#include <linux/i2c-gpio.h>
#include <asm/bootinfo.h>
#include <asm/idle.h>
#include <asm/reboot.h>
#include <asm/mach-au1x00/au1000.h>
#include <prom.h>
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/mips/alchemy/common/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include <linux/interrupt.h>
#include <linux/spinlock.h>

#include <asm/idle.h>
#include <asm/processor.h>
#include <asm/time.h>
#include <asm/mach-au1x00/au1000.h>
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/mips/ath79/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <linux/clk.h>

#include <asm/bootinfo.h>
#include <asm/idle.h>
#include <asm/time.h> /* for mips_hpt_frequency */
#include <asm/reboot.h> /* for _machine_{restart,halt} */
#include <asm/mips_machine.h>
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/mips/cobalt/reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <linux/io.h>
#include <linux/leds.h>

#include <asm/idle.h>
#include <asm/processor.h>

#include <cobalt.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/mips/configs/db1000_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ CONFIG_HIDRAW=y
CONFIG_USB_HID=y
CONFIG_USB_SUPPORT=y
CONFIG_USB=y
CONFIG_USB_SUSPEND=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/mips/configs/db1235_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ CONFIG_UHID=y
CONFIG_USB_HIDDEV=y
CONFIG_USB=y
CONFIG_USB_DYNAMIC_MINORS=y
CONFIG_USB_SUSPEND=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_HCD_PLATFORM=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/mips/configs/lemote2f_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ CONFIG_USB=y
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_DEVICE_CLASS is not set
CONFIG_USB_DYNAMIC_MINORS=y
CONFIG_USB_SUSPEND=y
CONFIG_USB_OTG_WHITELIST=y
CONFIG_USB_MON=y
CONFIG_USB_EHCI_HCD=y
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/mips/include/asm/clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#include <linux/seq_file.h>
#include <linux/clk.h>

extern void (*cpu_wait) (void);

struct clk;

struct clk_ops {
Expand Down
23 changes: 0 additions & 23 deletions trunk/arch/mips/include/asm/idle.h

This file was deleted.

File renamed without changes.
15 changes: 8 additions & 7 deletions trunk/arch/mips/include/asm/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,14 @@ typedef struct { unsigned long pgprot; } pgprot_t;

#ifdef CONFIG_FLATMEM

static inline int pfn_valid(unsigned long pfn)
{
/* avoid <linux/mm.h> include hell */
extern unsigned long max_mapnr;

return pfn >= ARCH_PFN_OFFSET && pfn < max_mapnr;
}
#define pfn_valid(pfn) \
({ \
unsigned long __pfn = (pfn); \
/* avoid <linux/bootmem.h> include hell */ \
extern unsigned long min_low_pfn; \
\
__pfn >= min_low_pfn && __pfn < max_mapnr; \
})

#elif defined(CONFIG_SPARSEMEM)

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/mips/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
/*
* System setup and hardware flags..
*/
extern void (*cpu_wait)(void);

extern unsigned int vced_count, vcei_count;

Expand Down
5 changes: 2 additions & 3 deletions trunk/arch/mips/include/uapi/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -694,17 +694,16 @@
#define __NR_process_vm_writev (__NR_Linux + 305)
#define __NR_kcmp (__NR_Linux + 306)
#define __NR_finit_module (__NR_Linux + 307)
#define __NR_getdents64 (__NR_Linux + 308)

/*
* Offset of the last Linux 64-bit flavoured syscall
*/
#define __NR_Linux_syscalls 308
#define __NR_Linux_syscalls 307

#endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */

#define __NR_64_Linux 5000
#define __NR_64_Linux_syscalls 308
#define __NR_64_Linux_syscalls 307

#if _MIPS_SIM == _MIPS_SIM_NABI32

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

extra-y := head.o vmlinux.lds

obj-y += cpu-probe.o branch.o entry.o genex.o idle.o irq.o process.o \
obj-y += cpu-probe.o branch.o entry.o genex.o irq.o process.o \
prom.o ptrace.o reset.o setup.o signal.o syscall.o \
time.o topology.o traps.o unaligned.o watch.o vdso.o

Expand Down
Loading

0 comments on commit 05ba47a

Please sign in to comment.