All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-17 22:48:08 to 2015-07-17 23:58:45 UTC [more...]

[PATCH v7 0/8] CPUFreq driver using CPPC methods
 2015-07-18  0:03 UTC  (4+ messages)
` [PATCH v7 2/8] ACPI: Split out ACPI PSS from ACPI Processor driver

[U-Boot] [PATCH 00/18] dm: test: Add test code for new uclasses
 2015-07-17 23:58 UTC  (19+ messages)
` [U-Boot] [PATCH 01/18] dm: Add platform data advice and admonishment
` [U-Boot] [PATCH 02/18] dm: test: Allow test names to leave out the dm_test_ prefix
` [U-Boot] [PATCH 03/18] dm: test: Add tests for the clk uclass
` [U-Boot] [PATCH 04/18] dm: test: Add tests for the pinctrl uclass
` [U-Boot] [PATCH 05/18] sandbox: Support multiple reset types
` [U-Boot] [PATCH 06/18] dm: reset: Allow reset_walk() to return
` [U-Boot] [PATCH 07/18] sandbox: Add a warm and cold reset driver
` [U-Boot] [PATCH 08/18] sandbox: Use the reset driver to handle reset
` [U-Boot] [PATCH 09/18] dm: test: Add a test for the reset uclass

[ANNOUNCE] bcachefs!
 2015-07-17 23:58 UTC  (10+ messages)

[U-Boot] [PATCH v3 00/54] dm: Introduce new driver model uclasses
 2015-07-17 23:58 UTC  (107+ messages)
` [U-Boot] [PATCH v3 01/54] Add a dhrystone benchmark command
` [U-Boot] [PATCH v3 02/54] sandbox: Enable dhry command
` [U-Boot] [PATCH v3 03/54] mkimage: Display a better list of available image types
` [U-Boot] [PATCH v3 04/54] fdt: Add a function to remove unused strings from a device tree
` [U-Boot] [PATCH v3 05/54] fdt: Add fdt_first/next_region() functions
` [U-Boot] [PATCH v3 06/54] fdt: Add fdtgrep tool
` [U-Boot] [PATCH v3 07/54] dm: Reduce SPL device tree size
` [U-Boot] [PATCH v3 08/54] dm: arm: Put driver model I2C drivers before legacy ones
` [U-Boot] [PATCH v3 09/54] Add a way of checking the position of a structure member
` [U-Boot] [PATCH v3 10/54] debug_uart: Remove use of asmlinkage
` [U-Boot] [PATCH v3 11/54] dm: Allow debug UART to support an early console
` [U-Boot] [PATCH v3 12/54] sandbox: Drop special-case sandbox console code
` [U-Boot] [PATCH v3 13/54] dm: Move the tree/uclass dump code into its own file
` [U-Boot] [PATCH v3 14/54] dm: core: Use debug() instead of printf() for failures
` [U-Boot] [PATCH v3 15/54] dm: core: Add a function to find any device from device tree
` [U-Boot] [PATCH v3 16/54] dm: core: Correct device_get_child_by_of_offset() parameter
` [U-Boot] [PATCH v3 17/54] dm: gpio: Allow GPIO uclass to be used in SPL
` [U-Boot] [PATCH v3 18/54] dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name
` [U-Boot] [PATCH v3 19/54] dm: gpio: Add dm_gpio_request() to manually request a GPIO
` [U-Boot] [PATCH v3 20/54] dm: Add support for register maps (regmap)
` [U-Boot] [PATCH v3 21/54] dm: Add support for generic system controllers (syscon)
` [U-Boot] [PATCH v3 23/54] dm: Add support for LEDs
` [U-Boot] [PATCH v3 24/54] dm: led: Add a driver for GPIO-controlled LEDs
` [U-Boot] [PATCH v3 25/54] spl: Add debugging info for spl_mmc boot
` [U-Boot] [PATCH v3 26/54] dm: mmc: Add an MMC uclass
` [U-Boot] [PATCH v3 28/54] mmc: Add debug() output on read errors
` [U-Boot] [PATCH v3 29/54] dm: mmc: Allow driver model to be used for MMC in SPL
` [U-Boot] [PATCH v3 30/54] mmc: Add structure comments for dwmmc
` [U-Boot] [PATCH v3 34/54] dm: power: Avoid case-insensitve match for child names
` [U-Boot] [PATCH v3 35/54] dm: power: Add regulator flags to centralise auto-set logic
` [U-Boot] [PATCH v3 36/54] dm: pmic: Split output from function
` [U-Boot] [PATCH v3 37/54] dm: power: Add a function to set up all regulators
` [U-Boot] [PATCH v3 38/54] dm: power: Use debug() for errors in regulator uclass
` [U-Boot] [PATCH v3 39/54] dm: pmic: Add functions to adjust PMIC registers
` [U-Boot] [PATCH v3 40/54] dm: power: Allow use of regulators in SPL
` [U-Boot] [PATCH v3 41/54] Drop CONFIG_ERRNO_STR from SPL
` [U-Boot] [PATCH v3 42/54] dm: Add support for RAM drivers
` [U-Boot] [PATCH v3 43/54] dm: spi: Make local functions static
` [U-Boot] [PATCH v3 44/54] ns16550: Improve debug UART so it can work with 32-bit access
` [U-Boot] [PATCH v3 45/54] Add rivest cipher 4 (rc4) implementation
` [U-Boot] [PATCH v3 46/54] lib: Add function to extract a number from the end of a string
` [U-Boot] [PATCH v3 47/54] fdt: Provide debug info when a device tree cannot be found
` [U-Boot] [PATCH v3 48/54] dm: spl: Allow device tree/driver model in board_init_f()
` [U-Boot] [PATCH v3 49/54] spl: Add a debug string before the jump to U-Boot
` [U-Boot] [PATCH v3 50/54] mkimage: Set up a file size parameter and keep it updated
` [U-Boot] [PATCH v3 51/54] dm: Add a system reset uclass
` [U-Boot] [PATCH v3 52/54] zynq: Rename struct clk_ops to zynq_clk_ops
` [U-Boot] [PATCH v3 53/54] dm: Add a clock uclass
` [U-Boot] [PATCH v3 54/54] power: pmic: Use trailing_strtol() instead of a local function

[U-Boot] [PATCH v2 0/4] lpc32xx: devkit3250 board update
 2015-07-17 23:55 UTC  (7+ messages)
` [U-Boot] [PATCH v2 2/4] nand: lpc32xx: add SLC NAND controller support
    ` [U-Boot] [PATCH v3 "

[PATCH v4 0/3] net: enable inband link state negotiation only when explicitly requested
 2015-07-17 23:53 UTC  (10+ messages)
` [PATCH 1/3] fixed_phy: handle link-down case

[PATCH 1/3] x86, perf: Make merge_attr global to use from perf_event_intel
 2015-07-17 23:52 UTC  (11+ messages)
` [PATCH 3/3] x86, perf: Add PEBS frontend profiling for Skylake

[PATCH 000/208] big x86 FPU code rewrite
 2015-07-17 23:52 UTC  (4+ messages)

[dpdk-virtio] Performance tuning for dpdk with virtio?
 2015-07-17 23:47 UTC  (3+ messages)

[PATCH 0/7] Add rcu_sync infrastructure to avoid _expedited() in percpu-rwsem
 2015-07-17 23:47 UTC  (6+ messages)

[PATCH RFC V1 0/3] da9062: Add DA9062 RTC support using the existing DA9063 RTC driver
 2015-07-17 23:47 UTC  (7+ messages)
` [PATCH RFC V1 2/3] rtc: da9063: Add DA9062 RTC capability to "
  ` [rtc-linux] "
` [PATCH RFC V1 3/3] devicetree: da9062: Add device tree bindings for DA9062 RTC
  ` [rtc-linux] "

[PATCH 2/2] drm/i915/bxt: WA for swapped HPD pins in A stepping
 2015-07-17 23:47 UTC  (3+ messages)
` [PATCH] "

[PATCH tip/core/rcu 0/6] Torture-test updates for 4.3
 2015-07-17 23:45 UTC  (7+ messages)
` [PATCH tip/core/rcu 1/6] rcutorture: Better bounds checking for n_barrier_cbs
  ` [PATCH tip/core/rcu 2/6] rcutorture: Check nfakewriters parameter
  ` [PATCH tip/core/rcu 3/6] rcutorture: Bounds-check rcutorture.shuffle_interval
  ` [PATCH tip/core/rcu 4/6] rcutorture: Fix rcu_torture_cbflood() for callback-free RCU
  ` [PATCH tip/core/rcu 5/6] rcutorture: Add RCU-tasks qualifier to dereference
  ` [PATCH tip/core/rcu 6/6] rcutorture: Enable lockdep-RCU on TASKS01

[U-Boot] [PATCH 1/3] nand: lpc32xx: add SLC NAND driver
 2015-07-17 23:46 UTC  (6+ messages)

[PATCH] input: Drop owner assignment from i2c_driver
 2015-07-17 23:45 UTC  (2+ messages)

[PATCH v9 07/22] tracing: Add lock-free tracing_map
 2015-07-17 23:44 UTC  (4+ messages)

[PATCH v2 0/4] Add support for touchscreen on Colibri VF50
 2015-07-17 23:42 UTC  (4+ messages)
` [PATCH v2 3/4] touchscreen: colibri-vf50-ts: Add touchscreen support for "

[xen-unstable test] 59654: regressions - FAIL
 2015-07-17 23:39 UTC 

[RFC PATCH nf] netfilter: bridge: fix IPv6 packets not being bridged with CONFIG_IPV6=n
 2015-07-17 23:37 UTC  (4+ messages)
` [PATCHv2 "

[PATCH tip/core/rcu 0/19] Expedited grace period changes for 4.3
 2015-07-17 23:29 UTC  (20+ messages)
` [PATCH tip/core/rcu 01/19] rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited()
  ` [PATCH tip/core/rcu 02/19] rcu: Remove CONFIG_RCU_CPU_STALL_INFO
  ` [PATCH tip/core/rcu 03/19] rcu: Switch synchronize_sched_expedited() to stop_one_cpu()
  ` [PATCH tip/core/rcu 04/19] rcu: Rework synchronize_sched_expedited() counter handling
  ` [PATCH tip/core/rcu 05/19] rcu: Get rid of synchronize_sched_expedited()'s polling loop
  ` [PATCH tip/core/rcu 06/19] rcu: Make expedited GP CPU stoppage asynchronous
  ` [PATCH tip/core/rcu 07/19] rcu: Abstract sequence counting from synchronize_sched_expedited()
  ` [PATCH tip/core/rcu 08/19] rcu: Make synchronize_rcu_expedited() use sequence-counter scheme
  ` [PATCH tip/core/rcu 09/19] rcu: Abstract funnel locking from synchronize_sched_expedited()
  ` [PATCH tip/core/rcu 10/19] rcu: Fix synchronize_sched_expedited() type error for "s"
  ` [PATCH tip/core/rcu 11/19] rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loop
  ` [PATCH tip/core/rcu 12/19] rcu: Apply rcu_seq operations to _rcu_barrier()
  ` [PATCH tip/core/rcu 13/19] rcu: Consolidate last open-coded expedited memory barrier
  ` [PATCH tip/core/rcu 14/19] rcu: Extend expedited funnel locking to rcu_data structure
  ` [PATCH tip/core/rcu 15/19] rcu: Add stall warnings to synchronize_sched_expedited()
  ` [PATCH tip/core/rcu 16/19] documentation: Describe new expedited stall warnings
  ` [PATCH tip/core/rcu 17/19] rcu: Pull out wait_event*() condition into helper function
  ` [PATCH tip/core/rcu 18/19] rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQS
  ` [PATCH tip/core/rcu 19/19] rcu: Add fastpath bypassing funnel locking

[PATCH net-next] rocker: forward packets to CPU when port is joined to openvswitch
 2015-07-17 23:33 UTC  (7+ messages)

[RFC PATCH] getcpu_cache system call: caching current CPU number (x86)
 2015-07-17 23:33 UTC  (9+ messages)

[PATCH 00/14] nfsd: some updates and cleanups
 2015-07-17 23:33 UTC  (9+ messages)
` [PATCH 02/14] nfsd: Add missing gen_confirm in nfsd4_setclientid()
              ` [PATCH] nfsd: New counter for generating client confirm verifier

[PATCH tip/core/rcu 0/5] Documentation updates for 4.3
 2015-07-17 23:32 UTC  (6+ messages)
` [PATCH tip/core/rcu 1/5] documentation: Bring rcutorture parameters up to date
  ` [PATCH tip/core/rcu 2/5] documentation: Fix spelling of "operators"
  ` [PATCH tip/core/rcu 3/5] documentation: Fix variable-name typo in memory-barriers.txt
  ` [PATCH tip/core/rcu 4/5] documentation: Replace ACCESS_ONCE() by READ_ONCE() and WRITE_ONCE()
  ` [PATCH tip/core/rcu 5/5] doc: Call out smp_mb__after_unlock_lock() transitivity

Re: How report an error in the Spanish traduction?
 2015-07-17 23:32 UTC 

[RFC PATCH 0/6] bpf: Introduce the new ability of eBPF programs to access hardware PMU counter
 2015-07-17 23:27 UTC  (3+ messages)

[PATCH] Input: arizona-haptic - convert to use managed input devices
 2015-07-17 23:28 UTC  (4+ messages)

[RGC PATCH v3.10] net: sched: validate that class is found in qdisc_tree_decrease_qlen
 2015-07-17 23:27 UTC 

Connecting input driver to underlying uart
 2015-07-17 23:27 UTC  (3+ messages)

[PATCH v4 0/1] suspend: make sync() on suspend-to-RAM optional
 2015-07-17 23:54 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 0/3] dm-crypt: Adds support for wiping key when doing suspend/hibernation
 2015-07-17 23:27 UTC  (4+ messages)
` [PATCH v2 1/3] PM suspend/hibernate: Call notifier after freezing processes

[GIT PULL] pxa for v4.3
 2015-07-17 23:26 UTC  (2+ messages)

[patch 20/25] fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()
 2015-07-17 23:24 UTC 

[patch 18/25] dma-debug: skip debug_dma_assert_idle() when disabled
 2015-07-17 23:24 UTC 

[PATCH v4 0/2] capabilities: Ambient capability patchset
 2015-07-17 23:21 UTC  (9+ messages)
` [PATCH v4 1/2] capabilities: Ambient capabilities

[PATCH] Add support for SiS i2c touch driver
 2015-07-17 23:21 UTC  (3+ messages)

Reconciling rcu_irq_enter()/rcu_nmi_enter() with context tracking
 2015-07-17 23:20 UTC  (10+ messages)

[PATCH v3 00/22] rid git-checkout of too-intimate knowledge of new worktree
 2015-07-17 23:20 UTC  (24+ messages)
` [PATCH v3 01/22] checkout: avoid resolving HEAD unnecessarily
` [PATCH v3 02/22] checkout: name check_linked_checkouts() more meaningfully
` [PATCH v3 03/22] checkout: improve die_if_checked_out() robustness
` [PATCH v3 04/22] checkout: die_if_checked_out: simplify strbuf management
` [PATCH v3 05/22] checkout: generalize die_if_checked_out() branch name argument
` [PATCH v3 06/22] checkout: check_linked_checkout: improve "already checked out" aesthetic
` [PATCH v3 07/22] checkout: check_linked_checkout: simplify symref parsing
` [PATCH v3 08/22] checkout: teach check_linked_checkout() about symbolic link HEAD
` [PATCH v3 09/22] branch: publish die_if_checked_out()
` [PATCH v3 10/22] worktree: improve worktree setup message
` [PATCH v3 11/22] worktree: simplify new branch (-b/-B) option checking
` [PATCH v3 12/22] worktree: introduce options container
` [PATCH v3 13/22] worktree: make --detach mutually exclusive with -b/-B
` [PATCH v3 14/22] worktree: add: suppress auto-vivication with --detach and no <branch>
` [PATCH v3 15/22] worktree: make branch creation distinct from worktree population
` [PATCH v3 16/22] worktree: elucidate environment variables intended for child processes
` [PATCH v3 17/22] worktree: add_worktree: construct worktree-population command locally
` [PATCH v3 18/22] worktree: detect branch-name/detached and error conditions locally
` [PATCH v3 19/22] worktree: make setup of new HEAD distinct from worktree population
` [PATCH v3 20/22] worktree: avoid resolving HEAD unnecessarily
` [PATCH v3 21/22] worktree: populate via "git reset --hard" rather than "git checkout"
` [PATCH v3 22/22] checkout: drop intimate knowledge of newly created worktree

[folded-merged] hexdump-fix-for-non-aligned-buffers-v6.patch removed from -mm tree
 2015-07-17 23:20 UTC 

[Bug 89969] New: vaDriverInit fails with gallium/nouveau driver
 2015-07-17 23:16 UTC  (4+ messages)
  ` [Bug 89969] "

[PATCH v3 0/8] Add self-probe infrastructure and stacked irqdomain support for ACPI based GICv2/3 init
 2015-07-17 23:15 UTC  (6+ messages)
` [PATCH v3 2/8] ACPI / irqchip: Add self-probe infrastructure to initialize IRQ controller
` [Linaro-acpi] [PATCH v3 0/8] Add self-probe infrastructure and stacked irqdomain support for ACPI based GICv2/3 init

[PATCHv2 RFC net-next] net/vxlan: Fix kernel unaligned access in __vxlan_find_mac
 2015-07-17 23:07 UTC  (2+ messages)

mmotm 2015-07-17-16-04 uploaded
 2015-07-17 23:04 UTC  (2+ messages)

mmotm 2015-07-17-16-04 uploaded
 2015-07-17 23:04 UTC 

die__process_function: tag not supported (INVALID)!
 2015-07-17 23:01 UTC  (4+ messages)

[PATCH] mm-move-mremap-from-file_operations-to-vm_operations_struct-fix
 2015-07-17 22:56 UTC  (8+ messages)

[meta-oe][PATCH] fio: Add PACKAGECONFIG for numa, re-enable ARM build
 2015-07-17 22:57 UTC  (2+ messages)
` [meta-oe][PATCH v2] "

[v3 14/15] Update Posted-Interrupts Descriptor during vCPU scheduling
 2015-07-17 22:57 UTC  (19+ messages)
  ` Fwd: "

[PATCH 1/1] iio:light:acpi-als: add missing prefixes
 2015-07-17 22:56 UTC 

[Buildroot] [PATCH] ARC: update tools to arc-2015.06 release
 2015-07-17 22:54 UTC  (4+ messages)

[PATCH v2] jhash: Deinline jhash, jhash2 and __jhash_nwords
 2015-07-17 22:53 UTC  (6+ messages)

[GIT PULL] RTC fixes for 4.2
 2015-07-17 22:53 UTC  (2+ messages)
` [rtc-linux] "

[U-Boot] [PATCH 3/3] usb: lpc32xx: add host USB driver
 2015-07-17 22:52 UTC  (3+ messages)

[PATCH 00/10] OPP: Add code to support operating-points-v2 bindings
 2015-07-17 22:51 UTC  (4+ messages)
` [PATCH 07/10] opp: Add OPP sharing information to OPP library

[PATCH RFC V1 0/3] da9062: Add DA9062 OnKey support using the existing DA9063 OnKey driver
 2015-07-17 22:50 UTC  (5+ messages)
` [PATCH RFC V1 2/3] onkey: da9063: Add DA9062 OnKey capability to "
    ` [rtc-linux] "

[PATCH v2 -next] net: fib: use fib result when zero-length prefix aliases exist
 2015-07-17 22:47 UTC  (2+ messages)


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.