linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-27 22:01:17 to 2012-09-28 07:08:02 UTC [more...]

[RFC/PATCHSET 00/15] perf report: Add support to accumulate hist periods
 2012-09-28  7:07 UTC  (5+ messages)

[PATCH] timers: Avoid finding cpu for migration of running timers in __mod_timer()
 2012-09-28  7:02 UTC 

[PATCH 1/2] Fix build error caused by broken PCH_PTP module dependency
 2012-09-28  6:57 UTC  (10+ messages)
` [PATCH 2/2] Fix wrong description in PTP_1588_CLOCK_PCH help info
  ` [PATCH 2/2] Fix a typo in PTP_1588_CLOCK_PCH Kconfig "

[PATCH v2] sound: Remove unnecessary semicolon
 2012-09-28  6:56 UTC  (2+ messages)

[GIT PULL] Asymmetric keys and module signing
 2012-09-28  6:54 UTC  (12+ messages)
        ` [PATCH 1/2] modsign: don't use bashism in sh scripts
        ` [PATCH 2/2] modules: don't call eu-strip if it doesn't exist

linux-next: Tree for Sept 28
 2012-09-28  6:51 UTC 

[PATCH v2] mfd: da9052-core: Use regmap_irq_get_virq() and fix the probe
 2012-09-28  6:42 UTC  (2+ messages)

[PATCH v4 0/2] ACPI: DBGP/DBG2 early console support for LPIA
 2012-09-28  6:36 UTC  (5+ messages)
  ` [PATCH v4 1/2] ACPI: Add early console framework for DBGP/DBG2
  ` [PATCH v4 2/2] ACPI: Add Intel MID SPI early console support
  ` [RESEND PATCH v4 0/2] ACPI: DBGP/DBG2 early console support for LPIA

linux-next: build failure after merge of the akpm tree
 2012-09-28  6:30 UTC 

[PATCH RFC 0/2] kvm: Improving undercommit,overcommit scenarios in PLE handler
 2012-09-28  6:16 UTC  (23+ messages)
` [PATCH RFC 1/2] kvm: Handle undercommitted guest case "

3.4.10 i915 [GM45] regression
 2012-09-28  6:16 UTC  (10+ messages)
  `  "

[PATCH] loop: Make explicit loop device destruction lazy
 2012-09-28  6:09 UTC 

[PATCH 0/4] bugfix for memory hotplug
 2012-09-28  6:14 UTC  (17+ messages)
` [PATCH 1/4] memory-hotplug: add memory_block_release
` [PATCH 2/4] memory-hotplug: add node_device_release
` [PATCH 3/4] memory-hotplug: clear hwpoisoned flag when onlining pages

[PATCH] x86: Distinguish TLB shootdown interrupts from other functions call interrupts
 2012-09-28  6:13 UTC  (5+ messages)
  ` [tip:x86/mm] "

CMA broken in next-20120926
 2012-09-28  6:10 UTC  (4+ messages)

[PATCHv2 00/14] perf diff: Factor diff command
 2012-09-28  6:02 UTC  (5+ messages)
` [PATCH 03/14] perf hists: Separate overhead and baseline columns
` [PATCH 06/14] perf tool: Add hpp interface to enable/disable hpp column

[PATCH V2 0/3] Create sched_select_cpu() and use it in workqueues
 2012-09-28  6:03 UTC  (3+ messages)
` [PATCH V2 3/3] workqueue: Schedule work on non-idle cpu instead of current one

linux-next: manual merge of the signal tree with the vfs tree
 2012-09-28  5:56 UTC 

[PATCH v3] pwm_backlight: Add device tree support for Low Threshold Brightness
 2012-09-28  5:45 UTC  (3+ messages)

[PATCH 1/1] hid:Fix problem on GeneralTouch multi-touchscreen
 2012-09-28  5:12 UTC  (2+ messages)

[PATCH] hpfs: convert to use leXX_add_cpu()
 2012-09-28  4:57 UTC 

[PATCH 00/16] perf report: Add suppport for event group view (v2)
 2012-09-28  4:49 UTC  (4+ messages)
` [PATCH 05/16] perf tools: Keep group information

[PATCH] omfs: convert to use beXX_add_cpu()
 2012-09-28  4:51 UTC 

[RFC v9 PATCH 00/21] memory-hotplug: hot-remove physical memory
 2012-09-28  4:48 UTC  (16+ messages)
` [RFC v9 PATCH 01/21] memory-hotplug: rename remove_memory() to offline_memory()/offline_pages()
` [RFC v9 PATCH 03/21] memory-hotplug: store the node id in acpi_memory_device
` [RFC v9 PATCH 04/21] memory-hotplug: offline and remove memory when removing the memory device
` [RFC v9 PATCH 05/21] memory-hotplug: check whether memory is present or not

perf PMU support for Haswell
 2012-09-28  4:31 UTC  (32+ messages)
` [PATCH 01/31] perf, x86: Add PEBSv2 record support
` [PATCH 02/31] perf, x86: Basic Haswell PMU support
` [PATCH 03/31] perf, x86: Basic Haswell PEBS support
` [PATCH 04/31] perf, core: Add generic intx/intx_checkpointed counter modifiers
` [PATCH 05/31] perf, tools: Add :c,:t event modifiers in perf tools
` [PATCH 06/31] perf, tools: Add intx/intx_checkpoint to perf script and header printing
` [PATCH 07/31] perf, x86: Implement the :t and :c qualifiers for Haswell
` [PATCH 08/31] perf, x86: Report PEBS event in a raw format
` [PATCH 09/31] perf, kvm: Support :t and :c perf modifiers in KVM arch perfmon emulation
` [PATCH 10/31] perf, x86: Support PERF_SAMPLE_ADDR on Haswell
` [PATCH 11/31] perf, x86: Support Haswell v4 LBR format
` [PATCH 12/31] perf, x86: Disable LBR recording for unknown LBR_FMT
` [PATCH 13/31] perf, x86: Support LBR filtering by INTX/NOTX/ABORT
` [PATCH 14/31] perf, tools: Add abort,notx,intx branch filter options to perf report -j
` [PATCH 15/31] perf, tools: Support sorting by intx, abort branch flags
` [PATCH 16/31] perf, x86: Support full width counting on Haswell
` [PATCH 17/31] perf, x86: Avoid checkpointed counters causing excessive TSX aborts
` [PATCH 18/31] perf, core: Add a concept of a weightened sample
` [PATCH 19/31] perf, x86: Support weight samples for PEBS
` [PATCH 20/31] perf, tools: Add support for weight
` [PATCH 21/31] perf, tools: Handle XBEGIN like a jump
` [PATCH 22/31] perf, core: Define generic hardware transaction events
` [PATCH 23/31] perf, tools: Add support for generic transaction events to perf userspace
` [PATCH 24/31] perf, x86: Add the Haswell implementation of the generic transaction events
` [PATCH 25/31] perf, tools: Add perf stat --transaction
` [PATCH 26/31] perf, x86: Support for printing PMU state on spurious PMIs
` [PATCH 27/31] perf, core: Add generic transaction flags
` [PATCH 28/31] perf, x86: Add Haswell specific transaction flag reporting
` [PATCH 29/31] perf, tools: Add support for record transaction flags
` [PATCH 30/31] perf, tools: Point --sort documentation to --help
` [PATCH 31/31] perf, tools: Add browser support for transaction flags

[PATCH 0/3] DMA: PL330: Fix mem leaks and balance probe/remove
 2012-09-28  4:33 UTC  (8+ messages)
` [PATCH 3/3] DMA: PL330: Balance module remove function with probe

[PATCH v3 0/2] Renesas IPMMU driver for sh7372
 2012-09-28  4:29 UTC  (4+ messages)
` [PATCH v3 1/2] iommu/shmobile: Add iommu driver for Renesas IPMMU modules

20% performance drop on PostgreSQL 9.2 from kernel 3.5.3 to 3.6-rc5 on AMD chipsets - bisected
 2012-09-28  4:13 UTC  (17+ messages)

[PATCH 00/57] power: Upgrade to ux500 battery management driver
 2012-09-28  3:42 UTC  (45+ messages)
` [PATCH 01/57] power: ab8500_bm: Charger current step-up/down
` [PATCH 02/57] power: ab8500_bm: Don't clear the CCMuxOffset bit
` [PATCH 34/57] power: ab8500_fg: add power cut feature for ab8505
` [PATCH 37/57] power: ab8500_bm: Quick re-attach charging behaviour
` [PATCH 38/57] power: l9540: Charge only mode fixes
` [PATCH 39/57] power: ab8500_charger: Prevent auto drop of VBUS
` [PATCH 40/57] power: ab8500: ADC for battery thermistor
` [PATCH 44/57] power: ab8500: remove unecesary define flag
` [PATCH 45/57] power: ab8500: defer btemp filtering while init
` [PATCH 46/57] power: chargealg: Realign with upstream version
` [PATCH 47/57] power: Harmonising platform data declaration/handling
` [PATCH 48/57] power: ab8500 : quick re-attach for ext charger
` [PATCH 49/57] power: Cancelling status charging notification
` [PATCH 50/57] power: ab8500-chargalg: update battery health on safety timer exp
` [PATCH 51/57] power: ab8500: Re-alignment with internal developement
` [PATCH 52/57] power: abx500_chargalg: Use hrtimer
` [PATCH 53/57] power: ab8500_fg: Moving structure definitions to header file
` [PATCH 54/57] power: ab8500_charger: Use USBLink1Status Register
` [PATCH 55/57] power: ab8500_charger: Add UsbLineCtrl2 reference
` [PATCH 56/57] power: abx500_chargalg: Fix quick re-attach charger issue

[PATCH -v2] mm: frontswap: fix a wrong if condition in frontswap_shrink
 2012-09-28  3:43 UTC  (3+ messages)

[git pull][vfs.git] a couple of fixes
 2012-09-28  3:40 UTC 

linux-next: manual merge of the tip tree with the rr tree
 2012-09-28  3:38 UTC 

linux-next: manual merge of the tip tree with the rr tree
 2012-09-28  3:33 UTC 

next/mmotm: ext4 causes !rwsem_is_locked warnings
 2012-09-28  3:31 UTC  (3+ messages)
  ` [PATCH v2] ext4: fix potential deadlock in ext4_nonda_switch()

[PATCH] driver core: fix possible missing of device probe
 2012-09-28  3:31 UTC  (2+ messages)

[RFC] Second attempt at kernel secure boot support
 2012-09-28  3:21 UTC  (7+ messages)
` [PATCH V2 01/10] Secure boot: Add new capability
` [PATCH V2 07/10] Secure boot: Add a dummy kernel parameter that will switch on Secure Boot mode
` [PATCH V2 08/10] efi: Enable secure boot lockdown automatically when enabled in firmware

[PATCH RFC 1/2] gpio: Add a block GPIO API to gpiolib
 2012-09-28  2:47 UTC  (2+ messages)

[PATCH 0/3 v2] Optimize CRC32C calculation using PCLMULQDQ in crc32c-intel module
 2012-09-28  2:54 UTC  (5+ messages)
` [PATCH 1/3 v2] Rename crc32c-intel.c to crc32c-intel_glue.c
` [PATCH 2/3 v2] Optimize CRC32C calculation with PCLMULQDQ instruction
` [PATCH 3/3 v2] Added speed test in tcrypt for crc32c

[PATCH] printk: drop ambiguous LOG_CONT flag
 2012-09-28  2:28 UTC  (6+ messages)

[PATCH v4] trace,x86: add x86 irq vector tracepoints
 2012-09-28  2:25 UTC  (4+ messages)

[REGRESSION] nfsd crashing with 3.6.0-rc7 on PowerPC
 2012-09-28  2:19 UTC  (3+ messages)

linux-next: build failure after merge of the net-next tree
 2012-09-28  2:19 UTC  (2+ messages)

[PATCH] pwm-backlight: Take over maintenance
 2012-09-28  2:18 UTC  (2+ messages)

email still screwed
 2012-09-28  2:04 UTC 

[PATCH v3 1/2] writeback: add dirty_background_centisecs per bdi variable
 2012-09-28  1:59 UTC  (8+ messages)

[PATCH v6 0/25] Generic Red-Black Trees
 2012-09-28  1:54 UTC  (8+ messages)
` [PATCH v6 1/25] compiler-gcc4.h: Correct verion check for __compiletime_error
` [PATCH v6 2/25] compiler-gcc4.h: Reorder macros based upon gcc ver
` [PATCH v6 3/25] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
` [PATCH v6 4/25] compiler-gcc{3,4}.h: Use "
` [PATCH v6 5/25] compiler{,-gcc4}.h: Remove duplicate macros
` [PATCH v6 6/25] bug.h: Replace __linktime_error with __compiletime_error
` [PATCH v6 7/25] compiler{,-gcc4}.h: Introduce __flatten function attribute

[tip:x86/acpi] ACPI: Document ACPI table overriding via initrd
 2012-09-28  1:46 UTC 

[tip:x86/acpi] ACPI: Create acpi_table_taint() function to avoid code duplication
 2012-09-28  1:45 UTC 

[tip:x86/acpi] ACPI: Implement physical address table override
 2012-09-28  1:44 UTC 

[tip:x86/acpi] ACPI: Store valid ACPI tables passed via early initrd in reserved memblock areas
 2012-09-28  1:43 UTC 

[tip:x86/acpi] X86 ACPI: Introduce x86 arch specific arch_reserve_mem_area() for e820 handling
 2012-09-28  1:42 UTC 

[tip:x86/acpi] lib: Add early cpio decoder
 2012-09-28  1:41 UTC 

[PATCH 2/2] Kernel: cpu: Fixed style issues
 2012-09-28  1:40 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2012-09-28  1:35 UTC 

[patch for-3.6] mm, thp: fix mapped pages avoiding unevictable list on mlock
 2012-09-28  1:32 UTC  (5+ messages)
    ` [patch] mm, thp: fix mlock statistics

hot CPU with 3.6.0-rc7+ and intel graphic
 2012-09-28  1:27 UTC  (2+ messages)

test?
 2012-09-28  1:21 UTC 

linux-next: manual merge of the infiniband tree with Linus' tree
 2012-09-28  1:13 UTC 

File append 100 times faster than modify
 2012-09-28  0:53 UTC 

kernel BUG at /data/lemmy/linux.trees.git/fs/nfs/idmap.c:681!
 2012-09-28  0:52 UTC  (8+ messages)
          ` BUG_ON/panic proliferation

[PATCH 0/3] memory_hotplug: fix memory hotplug bug
 2012-09-28  0:39 UTC  (9+ messages)
` [PATCH 1/3] memory_hotplug: fix stale node_states[N_NORMAL_MEMORY]
` [PATCH 2/3] slub, hotplug: ignore unrelated node's hot-adding and hot-removing
` [PATCH 3/3] memory_hotplug: Don't modify the zone_start_pfn outside of zone_span_writelock()

[PATCH] extcon: adc-jack: Add missing MODULE_LICENSE
 2012-09-28  0:33 UTC 

[BUG] Deferred probing in driver model is racy, resulting in lost probes
 2012-09-28  0:30 UTC  (11+ messages)

3.4.5 regression kernel oops in mount attempt without lockd present
 2012-09-28  0:26 UTC  (2+ messages)

Fwd: Re: [PATCH] NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidate
 2012-09-28  0:21 UTC  (3+ messages)
  `  "

[PATCHSET] kthread_worker: reimplement flush_kthread_work() to allow freeing during execution
 2012-09-28  0:19 UTC  (5+ messages)

mmotm 2012-09-27-16-57 uploaded
 2012-09-27 23:58 UTC 

[PATCH] extcon: adc-jack: Fix checking return value of request_any_context_irq
 2012-09-27 23:36 UTC 

[PATCH v2] Input: Add in-kernel input events transformation framework
 2012-09-27 23:31 UTC 

[PATCH] slab: Ignore internal flags in cache creation
 2012-09-27 22:56 UTC  (13+ messages)

Rregressions in Power Management and others
 2012-09-27 22:52 UTC 

[PATCH 0/5] usb: phy/otg: add dt support
 2012-09-27 22:48 UTC  (6+ messages)
` [PATCH 1/5] drivers: usb: phy: add a new driver for omap usb2 phy

[RFC v4 1/2] PCI-Express Non-Transparent Bridge Support
 2012-09-27 22:42 UTC 

[PATCH next/mmotm] ext4: fix cache_es after merge_left
 2012-09-27 22:53 UTC  (3+ messages)

[RFC v4 2/2] net: Add support for NTB virtual ethernet device
 2012-09-27 22:42 UTC 

[RFC v4 0/2] PCI-Express Non-Transparent Bridge Support
 2012-09-27 22:42 UTC 

[PATCH] 8139too: add 1013:1211 PCI ID for a strange SMC1211TX
 2012-09-27 22:40 UTC  (2+ messages)

[ANNOUNCE] Stable RT tarballs... Back by popular demand!!!!
 2012-09-27 22:19 UTC 

UBI: Fastmap request for inclusion (v19)
 2012-09-27 22:18 UTC  (2+ messages)

[RFC] mm: add support for zsmalloc and zcache
 2012-09-27 22:07 UTC  (9+ messages)

[Squashfs-devel] PROBLEM: mount empty SquashFS
 2012-09-27 22:01 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).