All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-05-30 14:47:00 to 2014-05-30 15:45:29 UTC [more...]

[PATCH v11 00/16] qspinlock: a 4-byte queue spinlock with PV support
 2014-05-30 15:44 UTC  (37+ messages)
` [PATCH v11 01/16] qspinlock: A simple generic 4-byte queue spinlock
` [PATCH v11 02/16] qspinlock, x86: Enable x86-64 to use "
` [PATCH v11 03/16] qspinlock: Add pending bit
` [PATCH v11 04/16] qspinlock: Extract out the exchange of tail code word
` [PATCH v11 05/16] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v11 06/16] qspinlock: prolong the stay in the pending bit path
` [PATCH v11 07/16] qspinlock: Use a simple write to grab the lock, if applicable
` [PATCH v11 08/16] qspinlock: Prepare for unfair lock support
` [PATCH v11 09/16] qspinlock, x86: Allow unfair spinlock in a virtual guest
` [PATCH v11 10/16] qspinlock: Split the MCS queuing code into a separate slowerpath
` [PATCH v11 11/16] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH v11 12/16] pvqspinlock, x86: Add PV data structure & methods
` [PATCH v11 13/16] pvqspinlock: Enable coexistence with the unfair lock
` [PATCH v11 14/16] pvqspinlock: Add qspinlock para-virtualization support
` [PATCH v11 15/16] pvqspinlock, x86: Enable PV qspinlock PV for KVM
` [PATCH v11 16/16] pvqspinlock, x86: Enable PV qspinlock for XEN

[PATCH v1] ARM: pci: add call to pcie_bus_configure_settings()
 2014-05-30 15:44 UTC  (3+ messages)

[PATCH v11 00/16] qspinlock: a 4-byte queue spinlock with PV support
 2014-05-30 15:43 UTC 

[Buildroot] [PATCH] Improve tar check if bsdtar is installed
 2014-05-30 15:44 UTC 

[nightly] Distroless meta-ti/master minimal build 2014-05-30_09-51-45
 2014-05-30 15:27 UTC 

Does KVM support the P.A. Semi PA6T cpu?
 2014-05-30 15:44 UTC  (2+ messages)

[git pull] Input updates for 3.15-rc7
 2014-05-30 15:44 UTC 

[PATCH v11 00/16] qspinlock: a 4-byte queue spinlock with PV support
 2014-05-30 15:43 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2014-05-29
 2014-05-30 15:43 UTC  (2+ messages)

[PATCH RFC RESEND 01/14] block: kconfig update and build bits for BFQ
 2014-05-30 15:41 UTC  (15+ messages)
` [PATCH RFC - TAKE TWO - 00/12] New version of the BFQ I/O Scheduler
  ` [PATCH RFC - TAKE TWO - 01/12] block: introduce the BFQ-v0 I/O scheduler
  ` [PATCH RFC - TAKE TWO - 02/12] block, bfq: add full hierarchical scheduling and cgroups support
  ` [PATCH RFC - TAKE TWO - 06/12] block, bfq: improve responsiveness

[PATCH] ipmr: Replace comma with semicolon
 2014-05-30 15:40 UTC 

[tip:x86/vdso] x86, vdso: Reimplement vdso.so preparation in build-time C
 2014-05-30 15:40 UTC  (6+ messages)
` [PATCH 0/2] x86,vdso: vdso build fixes and improvements

[PATCH 1/2] ftrace: print stack usage right before Oops
 2014-05-30 15:41 UTC  (21+ messages)
` [RFC 2/2] x86_64: expand kernel stack to 16K

[PATCH v1 0/6] *** net: fec: Enable Software TSO to improve the tx performance ***
 2014-05-30 15:40 UTC  (10+ messages)
` [PATCH v1 4/6] net: fec: Increase buffer descriptor entry number

[PATCH 1/4] drm/i915: disable power wells on suspend
 2014-05-30 15:40 UTC  (5+ messages)
` [PATCH 2/4] drm/i915: leave rc6 enabled at suspend time

[review-request] adamian/20140530-bldcontrol - toaster build control module
 2014-05-30 15:37 UTC 

[PATCH v2] PCI: make pci_bus_add_device() void
 2014-05-30 15:37 UTC  (2+ messages)

Freescale U-Boot User's Guide
 2014-05-30 15:35 UTC  (3+ messages)

[PATCH v3 0/2] change ARM linux memory layout to support 32 CPUs
 2014-05-30 15:33 UTC  (4+ messages)
` [PATCH v3 2/2] ARM : change fixmap mapping region "

[PATCH V3] x86, mce: Consolidate AMD mcheck initialization
 2014-05-30 15:33 UTC  (5+ messages)

[PATCH RFC RESEND 00/14] New version of the BFQ I/O Scheduler
 2014-05-30 15:32 UTC  (3+ messages)

fs/dcache.c - BUG: soft lockup - CPU#5 stuck for 22s! [systemd-udevd:1667]
 2014-05-30 15:31 UTC  (12+ messages)

[Buildroot] [PATCH 1/1] ti-gfx: pkg-config should also set parent include dir
 2014-05-30 15:31 UTC  (2+ messages)

[U-Boot] [PATCH 0/14] Split out code from the enormous main.c
 2014-05-30 15:29 UTC  (29+ messages)
` [U-Boot] [PATCH 01/14] Remove unnecessary use of hush header file
` [U-Boot] [PATCH 02/14] Rename hush to cli_hush
` [U-Boot] [PATCH 03/14] move CLI prototypes to cli.h and add comments
` [U-Boot] [PATCH 04/14] Split out simple parser and readline into separate files
` [U-Boot] [PATCH 05/14] Add cli_ prefix to readline functions
` [U-Boot] [PATCH 06/14] Move autoboot code to autoboot.c
` [U-Boot] [PATCH 07/14] Move command line API into cli.c
` [U-Boot] [PATCH 08/14] Move bootretry code into bootretry.c and clean up
` [U-Boot] [PATCH 09/14] Rename bootretry functions and remove #ifdefs
` [U-Boot] [PATCH 10/14] m68k: powerpc: Clean up do_mdm_init
` [U-Boot] [PATCH 11/14] Simplify the main loop
` [U-Boot] [PATCH 12/14] main: Hide the hush/simple details inside cli.c
` [U-Boot] [PATCH 13/14] main: Make the execution path a little clearer in main.c
` [U-Boot] [PATCH 14/14] main: Avoid unncessary strdup()/free()

[linux-lvm] Testing the new LVM cache feature
 2014-05-30 15:28 UTC  (13+ messages)

[PATCH 01/12] staging: vt6656: rename CARDbSetMediaChannel to vnt_set_channel
 2014-05-30 15:27 UTC  (12+ messages)
` [PATCH 02/12] staging: vt6656: rename swGetCCKControlRate to vnt_get_cck_rate
` [PATCH 03/12] staging: vt6656: rename swGetOFDMControlRate to vnt_get_ofdm_rate
` [PATCH 04/12] staging: vt6656: rename CARDvCalculateOFDMRParameter to vnt_calculate_ofdm_rate
` [PATCH 05/12] staging: vt6656: rename vUpdateIFS to vnt_update_ifs
` [PATCH 06/12] staging: vt6656: rename CARDvUpdateBasicTopRate to vnt_update_top_rates
` [PATCH 07/12] staging: vt6656: rename CARDvSetRSPINF to vnt_set_rspinf
` [PATCH 08/12] staging: vt6656: rename CARDbAddBasicRate to vnt_add_basic_rate
` [PATCH 09/12] staging: vt6656: rename CARDbIsOFDMinBasicRate to vnt_ofdm_min_rate
` [PATCH 10/12] staging: vt6656: rename CARDbyGetPktType to vnt_get_pkt_type
` [PATCH 11/12] staging: vt6656: rename CARDqGetTSFOffset to vnt_get_tsf_offset
` [PATCH 12/12] staging: vt6656: rename CARDvAdjustTSF to vnt_adjust_tsf

[PATCH 6/7] perf: Add support to dynamically get cacheline size
 2014-05-30 15:28 UTC  (3+ messages)
` [PATCH 6/7 V2] "

[PATCH] block: virtio_blk: don't hold spin lock during world switch
 2014-05-30 15:27 UTC  (3+ messages)

[Buildroot] [PATCH] package/connman : enable build without gnutls dependency
 2014-05-30 15:26 UTC 

master - report: fix report field type for lv_kernel_major/minor
 2014-05-30 15:25 UTC 

[dm-crypt] Question about backdoors and the NSL
 2014-05-30 14:55 UTC  (3+ messages)

[PATCH 0/4] perf: Support AMD range breakpoints
 2014-05-30 15:24 UTC  (4+ messages)
` [PATCH 3/4] perf tools: add hardware breakpoint bp_len test cases

[RFC v2] Bluetooth: Keep master role when SCO or eSCO is active
 2014-05-30 15:23 UTC  (2+ messages)

[Ksummit-discuss] [TOPIC] Encouraging more reviewers
 2014-05-30 15:22 UTC  (15+ messages)
` [Ksummit-discuss] Reforming Acked-by (was Re: [TOPIC] Encouraging more reviewers)

[U-Boot] Pull request: u-boot-arm/master
 2014-05-30 15:20 UTC 

[PATCH] systemd: Upgrade 212 -> 213
 2014-05-30 15:19 UTC  (3+ messages)

[dm-crypt] Is erasing hard disk drive mandatory?
 2014-05-30 15:17 UTC  (7+ messages)

[linux-linus test] 26549: regressions - FAIL
 2014-05-30 15:17 UTC 

[tip:x86/xsave] x86/cpufeature.h: Reformat x86 feature macros
 2014-05-30 15:10 UTC 

[tip:x86/xsave] Define kernel API to get address of each state in xsave area
 2014-05-30 15:13 UTC 

Bad DMA from Marvell 9230
 2014-05-30 15:14 UTC  (6+ messages)

[tip:x86/xsave] x86/xsaves: Enable xsaves/xrstors
 2014-05-30 15:13 UTC 

[tip:x86/xsave] x86/xsaves: Call booting time xsaves and xrstors in setup_init_fpu_buf
 2014-05-30 15:13 UTC 

[tip:x86/xsave] x86/xsaves: Save xstate to task' s xsave area in __save_fpu during booting time
 2014-05-30 15:13 UTC 

[tip:x86/xsave] x86/xsaves: Add xsaves and xrstors support for booting time
 2014-05-30 15:13 UTC 

[tip:x86/xsave] x86/xsaves: Clear reserved bits in xsave header
 2014-05-30 15:12 UTC 

Enabling 8 cores on 5420
 2014-05-30 15:12 UTC  (4+ messages)

[tip:x86/xsave] x86/xsaves: Use xsave/ xrstor for saving and restoring user space context
 2014-05-30 15:12 UTC 

[tip:x86/xsave] x86/xsaves: Use xsaves/xrstors for context switch
 2014-05-30 15:12 UTC 

[PATCH 0/1] libogg: upgrade to 1.3.2
 2014-05-30 15:15 UTC  (2+ messages)
` [PATCH 1/1] "

[tip:x86/xsave] x86/xsaves: Use xsaves/ xrstors to save and restore xsave area
 2014-05-30 15:12 UTC 

[U-Boot] [RFC PATCH 0/22] Introduce driver model serial uclass
 2014-05-30 15:12 UTC  (6+ messages)
` [U-Boot] [RFC PATCH 17/22] dm: Expand and improve the device lifecycle docs

[tip:x86/xsave] x86/xsaves: Define a macro for handling xsave/ xrstor instruction fault
 2014-05-30 15:11 UTC 

[tip:x86/xsave] x86/xsaves: Define macros for xsave instructions
 2014-05-30 15:11 UTC 

[tip:x86/xsave] x86/xsaves: Change compacted format xsave area header
 2014-05-30 15:11 UTC 

[tip:x86/xsave] x86/alternative: Add alternative_input_2 to support alternative with two features and input
 2014-05-30 15:11 UTC 

[tip:x86/xsave] x86/xsaves: Add a kernel parameter noxsaves to disable xsaves/xrstors
 2014-05-30 15:10 UTC 

[tip:x86/xsave] x86/xsaves: Detect xsaves/xrstors feature
 2014-05-30 15:10 UTC 

[PATCH 2/2] drm/i915: Change Mipi register definitions
 2014-05-30 15:10 UTC  (3+ messages)
` [PATCH 2/3] "

v4l2_device_register_subdev_nodes() clean_up code
 2014-05-30 15:08 UTC  (4+ messages)

[PATCH net-next] LISP: Locator/Identifier Separation Protocol
 2014-05-30 15:07 UTC  (3+ messages)

[PATCH] genericx86: switch to Linux 3.14 from 3.10
 2014-05-30 15:05 UTC 

[PATCH RESEND] clk: flatten clk tree in debugfs
 2014-05-30 15:03 UTC  (3+ messages)

[U-Boot] Return value of run command
 2014-05-30 15:03 UTC 

[PATCH] bnx2fc: Improve stats update mechanism
 2014-05-30 15:01 UTC 

[PATCH -mm 0/8] memcg/slab: reintroduce dead cache self-destruction
 2014-05-30 15:01 UTC  (10+ messages)
` [PATCH -mm 5/8] slab: remove kmem_cache_shrink retval
` [PATCH -mm 7/8] slub: make dead caches discard free slabs immediately
` [PATCH -mm 8/8] slab: reap dead memcg caches aggressively

[PATCH] clk: flatten clk tree in debugfs
 2014-05-30 15:01 UTC  (2+ messages)

[PATCH v4] basic conversion to blk-mq
 2014-05-30 15:00 UTC  (6+ messages)
` [PATCH v4] NVMe: "

[PATCH] cnic: don't take the rtnl_read_lock in cnic_rcv_netevent
 2014-05-30 15:00 UTC 

[PATCH] mac80211: remove PID rate control
 2014-05-30 14:47 UTC 

[PATCH] fc: ensure scan_work isn't active when freeing fc_rport
 2014-05-30 14:59 UTC 

MIGRATE_RESERVE pages in show_mem function problems
 2014-05-30 14:59 UTC  (3+ messages)

[PATCH] console: Add persistent scrollback buffers for all VGA consoles
 2014-05-30 14:57 UTC  (4+ messages)

[PATCH] bitbake: bb.fatal: Raise a BBHandledException instead of exiting
 2014-05-30 14:57 UTC 

[PATCH] build/utils: Fix broken exception handling
 2014-05-30 14:56 UTC 

[PATCH] event: Add SkipRecipe event to replace SkipPackage
 2014-05-30 14:55 UTC 

[PATCH] bitbake.conf: Set a dafault value for TUNE_PKGARCH
 2014-05-30 14:55 UTC 

[PATCH] event.py: Allow passthrough of BBHandledException events
 2014-05-30 14:54 UTC 

[PATCH] cookerdata: Improve error handling
 2014-05-30 14:53 UTC 

[PATCH 1/1] ARM: vt8500: Staticize local symbols
 2014-05-30 14:53 UTC  (4+ messages)

[PATCH] event: Fix event handlers to raise SkipPackage
 2014-05-30 14:52 UTC  (3+ messages)
  ` [PATCH v2] "

Current ACPI/PM commit queue for 3.16
 2014-05-30 14:50 UTC 

[PATCH 2/7] Revert "perf: Disable PERF_RECORD_MMAP2 support"
 2014-05-30 14:49 UTC  (2+ messages)
` [PATCH 2/7 V2] "

[PATCH v2 2/2] ath10k: support get/set antenna configurations
 2014-05-30 14:49 UTC  (12+ messages)
` RE : RE : RE : RE : ath10k: firmware crash in station mode & problem DFS

[Bug 76761] New: radeon driver breaks suspend to disk and resume from RAM in 3.14
 2014-05-30 14:49 UTC  (2+ messages)
` [Bug 76761] radeon DPM "

[U-Boot] Driver Model and DTS Parsing
 2014-05-30 14:49 UTC 

[PATCH] PM: trace events for suspend/resume
 2014-05-30 14:49 UTC  (5+ messages)

[PATCH 1/2] android/gatt: Support find request in permission check
 2014-05-30 14:47 UTC  (2+ messages)

[PATCH v6 0/2] cpufreq: opp: Add device tree based lookup of boost mode frequency
 2014-05-30 14:47 UTC  (3+ messages)

[PATCH v2 0/3] Aggressively allocate the pages on cma reserved memory
 2014-05-30 14:46 UTC  (5+ messages)
` [PATCH v2 3/3] CMA: always treat free cma pages as non-free on watermark checking


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.