1. 18 May, 2010 6 commits
    • Linus Torvalds's avatar
      Merge branch 'oprofile-for-linus' of... · 3aaf51ac
      Linus Torvalds authored
      Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (24 commits)
        oprofile/x86: make AMD IBS hotplug capable
        oprofile/x86: notify cpus only when daemon is running
        oprofile/x86: reordering some functions
        oprofile/x86: stop disabled counters in nmi handler
        oprofile/x86: protect cpu hotplug sections
        oprofile/x86: remove CONFIG_SMP macros
        oprofile/x86: fix uninitialized counter usage during cpu hotplug
        oprofile/x86: remove duplicate IBS capability check
        oprofile/x86: move IBS code
        oprofile/x86: return -EBUSY if counters are already reserved
        oprofile/x86: moving shutdown functions
        oprofile/x86: reserve counter msrs pairwise
        oprofile/x86: rework error handler in nmi_setup()
        oprofile: update file list in MAINTAINERS file
        oprofile: protect from not being in an IRQ context
        oprofile: remove double ring buffering
        ring-buffer: Add lost event count to end of sub buffer
        tracing: Show the lost events in the trace_pipe output
        ring-buffer: Add place holder recording of dropped events
        tracing: Fix compile error in module tracepoints when MODULE_UNLOAD not set
        ...
      3aaf51ac
    • Linus Torvalds's avatar
      Merge branch 'core-rcu-for-linus' of... · f262af3d
      Linus Torvalds authored
      Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (24 commits)
        rcu: remove all rcu head initializations, except on_stack initializations
        rcu head introduce rcu head init on stack
        Debugobjects transition check
        rcu: fix build bug in RCU_FAST_NO_HZ builds
        rcu: RCU_FAST_NO_HZ must check RCU dyntick state
        rcu: make SRCU usable in modules
        rcu: improve the RCU CPU-stall warning documentation
        rcu: reduce the number of spurious RCU_SOFTIRQ invocations
        rcu: permit discontiguous cpu_possible_mask CPU numbering
        rcu: improve RCU CPU stall-warning messages
        rcu: print boot-time console messages if RCU configs out of ordinary
        rcu: disable CPU stall warnings upon panic
        rcu: enable CPU_STALL_VERBOSE by default
        rcu: slim down rcutiny by removing rcu_scheduler_active and friends
        rcu: refactor RCU's context-switch handling
        rcu: rename rcutiny rcu_ctrlblk to rcu_sched_ctrlblk
        rcu: shrink rcutiny by making synchronize_rcu_bh() be inline
        rcu: fix now-bogus rcu_scheduler_active comments.
        rcu: Fix bogus CONFIG_PROVE_LOCKING in comments to reflect reality.
        rcu: ignore offline CPUs in last non-dyntick-idle CPU check
        ...
      f262af3d
    • Linus Torvalds's avatar
      Merge branch 'core-locking-for-linus' of... · 1014cfe2
      Linus Torvalds authored
      Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        lockdep: Reduce stack_trace usage
        lockdep: No need to disable preemption in debug atomic ops
        lockdep: Actually _dec_ in debug_atomic_dec
        lockdep: Provide off case for redundant_hardirqs_on increment
        lockdep: Simplify debug atomic ops
        lockdep: Fix redundant_hardirqs_on incremented with irqs enabled
        lockstat: Make lockstat counting per cpu
        i8253: Convert i8253_lock to raw_spinlock
      1014cfe2
    • Linus Torvalds's avatar
      Merge branch 'core-iommu-for-linus' of... · 8123d8f1
      Linus Torvalds authored
      Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        x86/amd-iommu: Add amd_iommu=off command line option
        iommu-api: Remove iommu_{un}map_range functions
        x86/amd-iommu: Implement ->{un}map callbacks for iommu-api
        x86/amd-iommu: Make amd_iommu_iova_to_phys aware of multiple page sizes
        x86/amd-iommu: Make iommu_unmap_page and fetch_pte aware of page sizes
        x86/amd-iommu: Make iommu_map_page and alloc_pte aware of page sizes
        kvm: Change kvm_iommu_map_pages to map large pages
        VT-d: Change {un}map_range functions to implement {un}map interface
        iommu-api: Add ->{un}map callbacks to iommu_ops
        iommu-api: Add iommu_map and iommu_unmap functions
        iommu-api: Rename ->{un}map function pointers to ->{un}map_range
      8123d8f1
    • Linus Torvalds's avatar
      Merge branch 'core-debugobjects-for-linus' of... · 06ee7720
      Linus Torvalds authored
      Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        debugobjects: Section mismatch cleanup
      06ee7720
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 · fd25a1f5
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6: (23 commits)
        cifs: fix noserverino handling when unix extensions are enabled
        cifs: don't update uniqueid in cifs_fattr_to_inode
        cifs: always revalidate hardlinked inodes when using noserverino
        [CIFS] drop quota operation stubs
        cifs: propagate cifs_new_fileinfo() error back to the caller
        cifs: add comments explaining cifs_new_fileinfo behavior
        cifs: remove unused parameter from cifs_posix_open_inode_helper()
        [CIFS] Remove unused cifs_oplock_cachep
        cifs: have decode_negTokenInit set flags in server struct
        cifs: break negotiate protocol calls out of cifs_setup_session
        cifs: eliminate "first_time" parm to CIFS_SessSetup
        [CIFS] Fix lease break for writes
        cifs: save the dialect chosen by server
        cifs: change && to ||
        cifs: rename "extended_security" to "global_secflags"
        cifs: move tcon find/create into separate function
        cifs: move SMB session creation code into separate function
        cifs: track local_nls in volume info
        [CIFS] Allow null nd (as nfs server uses) on create
        [CIFS] Fix losing locks during fork()
        ...
      fd25a1f5
  2. 17 May, 2010 21 commits
  3. 16 May, 2010 6 commits
  4. 15 May, 2010 7 commits