05 Feb, 2010

1 commit


29 Jan, 2010

1 commit

  • The current PS3 gelic wireless driver has support for wireless
    extensions. The original PS3 gelic wireless driver exposed a
    dedicated API for a dedicated wpa_supplicant driver. This old
    API could be enabled with CONFIG_GELIC_WIRELESS_OLD_PSK_INTERFACE,
    however, as this is not being used by any distros, and it is being
    removed from the driver and from wpa_supplicant.

    Signed-off-by: Hamish Guthrie
    Acked-by: Geoff Levand
    Signed-off-by: John W. Linville

    Hamish Guthrie
     

23 Jan, 2010

1 commit


22 Jan, 2010

1 commit

  • …/git/tip/linux-2.6-tip

    * 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
    perf: x86: Add support for the ANY bit
    perf: Change the is_software_event() definition
    perf: Honour event state for aux stream data
    perf: Fix perf_event_do_pending() fallback callsite
    perf kmem: Print usage help for unknown commands
    perf kmem: Increase "Hit" column length
    hw-breakpoints, perf: Fix broken mmiotrace due to dr6 by reference change
    perf timechart: Use tid not pid for COMM change

    Linus Torvalds
     

21 Jan, 2010

6 commits

  • * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6: (23 commits)
    ACPI: delete acpi_processor_power_verify_c2()
    ACPI: allow C3 > 1000usec
    ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C
    ACPI: power_meter: remove double kfree()
    ACPI: processor: restrict early _PDC to opt-in platforms
    ACPI: Fix unused variable warning in sbs.c
    acpi: make ACPI device id constant
    sony-laptop - fix using of uninitialized variable
    ACPI: Fix section mismatch error for acpi_early_processor_set_pdc()
    eeepc-laptop: disable wireless hotplug for 1201N
    eeepc-laptop: add hotplug_disable parameter
    eeepc-laptop: switch to using sparse keymap library
    eeepc-laptop: dmi blacklist to disable pci hotplug code
    eeepc-laptop: disable cpu speed control on EeePC 701
    ACPI: don't cond_resched if irq is disabled
    ACPI: Remove unnecessary cast.
    ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes
    ACPI: EC: Add wait for irq storm
    ACPI: SBS: Move SBS HC callback to faster Notify queue
    x86, ACPI: delete acpi_boot_table_init() return value
    ...

    Linus Torvalds
     
  • * 'sh/for-2.6.33' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6:
    sh64: wire up sys_accept4.
    sh: unwire sys_recvmmsg.
    sh: ms7724: Correct sh-eth EEPROM polling timeout.

    Linus Torvalds
     
  • * master.kernel.org:/home/rmk/linux-2.6-arm:
    ARM: 5888/1: arm: Update comments in cacheflush.h and remove unnecessary V6 and V7 comments
    ARM: 5886/1: arm: Fix cpu_proc_fin() for proc-v7.S and make kexec work
    ARM: 5885/1: arm: Flush TLB entries in setup_mm_for_reboot()
    ARM: 5884/1: arm: Fix DCC console for v7
    ARM: 5883/1: Revert "disable NX support for OABI-supporting kernels"
    ARM: 5882/1: ARM: Fix uncompress code compile for different defines of flush(void)
    ARM: fix badly placed mach/plat entries in Kconfig & Makefile

    Linus Torvalds
     
  • Propagate the ANY bit into the fixed counter config for v3 and higher.

    Signed-off-by: Stephane Eranian
    [a.p.zijlstra@chello.nl: split from larger patch]
    Signed-off-by: Peter Zijlstra
    LKML-Reference:
    Signed-off-by: Ingo Molnar

    Stephane Eranian
     
  • Signed-off-by: Liu Yu
    Signed-off-by: David S. Miller

    Liu Yu-B13201
     
  • After these change, when need to work in rtbi mode,
    just change phy-connection-type to "rtbi".

    Also, this work can be done by u-boot.

    Signed-off-by: Liu Yu
    Signed-off-by: David S. Miller

    Liu Yu-B13201
     

20 Jan, 2010

5 commits


19 Jan, 2010

6 commits

  • sh64 on the other hand provides both direct broken out syscalls as well
    as socketcall access. As there are binaries that use both socketcall has
    to stay around. The current ABI prefers direct syscalls.

    It was pointed out that when sys_recvmmsg was added in, sys_accept4 was
    overlooked. This takes care of wiring it up.

    Signed-off-by: Paul Mundt

    Paul Mundt
     
  • sh32 at the moment only uses sys_socketcall to reach these, so unwire
    recvmmsg for now. While we're at it, add it to the ignore list, as per
    the s390 change.

    Signed-off-by: Paul Mundt

    Paul Mundt
     
  • We can use logical flat mode if there are
    Signed-off-by: Yinghai Lu
    Cc: Ananth N Mavinakayanahalli
    Cc: Chris McDermott
    Signed-off-by: Linus Torvalds

    Suresh Siddha
     
  • Chris McDermott from IBM confirmed that hurricane chipset in IBM summit
    platforms doesn't support logical flat mode. Irrespective of the other
    things like apic_id's, total number of logical cpu's, Linux kernel
    should default to physical mode for this system.

    The 32-bit kernel does so using the OEM checks for the IBM summit
    platform. Add a similar OEM platform check for the 64bit kernel too.

    Otherwise the linux kernel boot can hang on this platform under certain
    bios/platform settings.

    Signed-off-by: Suresh Siddha
    Tested-by: Ananth N Mavinakayanahalli
    Cc: Chris McDermott
    Cc: Yinghai Lu
    Cc: stable@kernel.org
    Signed-off-by: Linus Torvalds

    Suresh Siddha
     
  • * 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze:
    microblaze: pci_controller->arch_data really is a struct device_node *
    microblaze: Add missing double apostrophe in Kconfig
    microblaze: Add PT_ macros for special purpose regs
    microblaze: Enable accept4 syscall
    microblaze: Wire up recvmmsg syscall

    Linus Torvalds
     
  • * 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc:
    powerpc: Move cpu hotplug driver lock from pseries to powerpc
    powerpc: Move /proc/ppc64 to /proc/powerpc update
    powerpc/8xx: Fix user space TLB walk in dcbX fixup
    powerpc: Fix decrementer setup on 1GHz boards
    powerpc/iseries: Initialise on-stack completion
    powerpc/hvc: Driver build breaks with !HVC_CONSOLE
    serial/pmac_zilog: Workaround problem due to interrupt on closed port
    powerpc/macintosh: Make Open Firmware device id constant
    powerpc: Use helpers for rlimits
    powerpc: cpumask_of_node() should handle -1 as a node
    powerpc/pseries: Fix dlpar compile warning without CONFIG_PROC_DEVICETREE
    powerpc/pseries: Fix xics interrupt affinity
    powerpc/swsusp_32: Fix TLB invalidation
    powerpc/8xx: Always pin kernel instruction TLB
    powerpc: 2.6.33 update of defconfigs for embedded 6xx/7xxx, 8xx, 8xxx
    powerpc: Use scripts/mkuboot.sh instead of 'mkimage'
    powerpc/5200: update defconfigs

    Linus Torvalds
     

18 Jan, 2010

10 commits


17 Jan, 2010

4 commits

  • Commit 62edab9056a6cf0c9207339c8892c923a5217e45 (from June 2009
    but merged in 2.6.33) changes notify_die to pass dr6 by
    reference.

    However, it forgets to fix the check for DR_STEP in kmmio.c,
    breaking mmiotrace. It also passes a wrong value to the post
    handler.

    This simple fix makes mmiotrace work again.

    Signed-off-by: Luca Barbieri
    Acked-by: K.Prasad
    Cc: Frederic Weisbecker
    LKML-Reference:
    Signed-off-by: Ingo Molnar

    Luca Barbieri
     
  • …git/tip/linux-2.6-tip

    * 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
    x86, uv: Ensure hub revision set for all ACPI modes.
    x86, uv: Add function retrieving node controller revision number
    x86: xen: 64-bit kernel RPL should be 0
    x86: kernel_thread() -- initialize SS to a known state
    x86/agp: Fix agp_amd64_init and agp_amd64_cleanup
    x86: SGI UV: Fix mapping of MMIO registers
    x86: mce.h: Fix warning in header checks

    Linus Torvalds
     
  • …/git/tip/linux-2.6-tip

    * 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
    perf tools: Check if /dev/null can be used as the -o gcc argument
    perf tools: Move QUIET_STDERR def to before first use
    perf: Stop stack frame walking off kernel addresses boundaries

    Linus Torvalds
     
  • The m68knommu coldfire pit clocksource looks like it was incorrectly
    marked as a continuous clocksource. Running with it marked as a
    continuous clocksource could cause hangs when the system switches to
    highres mode or enables nohz.

    This patch removes the CLOCK_SOURCE_IS_CONTINUOUS flag on the coldfire pit
    clocksource. This will disallow systems using this clocksource from
    entering oneshot mode (disabling highres timers and nohz).

    Signed-off-by: John Stultz
    Acked-by: Greg Ungerer
    Cc: Steven King
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    john stultz
     

16 Jan, 2010

5 commits