All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-25 05:30:56 to 2015-07-25 08:21:02 UTC [more...]

[PATCH v5 00/19] Per-device MSI domain & platform MSI
 2015-07-25  8:20 UTC  (13+ messages)
` [PATCH v5 01/19] genirq: irqdomain: Allow irq domain aliasing
` [PATCH v5 02/19] PCI: MSI: Register irq domain with specific token
` [PATCH v5 03/19] device core: Introduce per-device MSI domain pointer
` [PATCH v5 04/19] PCI/MSI: Add hooks to populate the msi_domain field

Upgrade path to bcachefs
 2015-07-25  8:15 UTC 

Free Gift
 2015-07-25  5:00 UTC 

[U-Boot] [PATCH v2 0/9] dfu: tftp: update: Support for DFU upgrades via ETH (TFTP)
 2015-07-25  8:11 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/9] doc: dfu: tftp: README entry for TFTP extension of DFU
` [U-Boot] [PATCH v2 2/9] net: tftp: Move tftp.h file from ./net to ./include/net
` [U-Boot] [PATCH v2 3/9] tftp: update: Allow some parts of the code to be reused when CONFIG_SYS_NO_FLASH is set
` [U-Boot] [PATCH v2 4/9] dfu: tftp: update: Provide tftp support for the DFU subsystem
` [U-Boot] [PATCH v2 5/9] dfu: tftp: update: Add dfu_write_from_mem_addr() function
` [U-Boot] [PATCH v2 6/9] update: tftp: dfu: Extend update_tftp() function to support DFU
` [U-Boot] [PATCH v2 7/9] dfu: command: Extend "dfu" command to handle receiving data via TFTP
` [U-Boot] [PATCH v2 8/9] config: bbb: Configs necessary for running update via TFTP on Beagle Bone Black
` [U-Boot] [PATCH v2 9/9] dfu:tests: Modify dfu_gadget_test.sh to accept USB device major:minor number

[qemu-mainline test] 59877: regressions - FAIL
 2015-07-25  8:08 UTC 

[RFC v5 00/26] Re-use nvram module
 2015-07-25  7:46 UTC  (83+ messages)
` [RFC v5 01/26] scsi/atari_scsi: Dont select CONFIG_NVRAM
` [RFC v5 02/26] char/nvram: Use bitwise OR to obtain Atari video mode data
` [RFC v5 03/26] m68k/atari: Move Atari-specific code out of drivers/char/nvram.c
` [RFC v5 04/26] m68k/atari: Replace nvram_{read,write}_byte with arch_nvram_ops
  ` [RFC v5 04/26] m68k/atari: Replace nvram_{read, write}_byte "
` [RFC v5 05/26] char/nvram: Re-order functions to remove forward declarations and #ifdefs
` [RFC v5 06/26] char/nvram: Adopt arch_nvram_ops
` [RFC v5 07/26] x86/thinkpad_acpi: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
` [RFC v5 08/26] char/nvram: Allow the set_checksum and initialize ioctls to be omitted
` [RFC v5 09/26] char/nvram: Implement NVRAM read/write methods
` [RFC v5 10/26] char/nvram: Use generic fixed_size_llseek()
` [RFC v5 11/26] m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRAM_OPS
` [RFC v5 12/26] char/nvram: Add "devname:nvram" module alias
` [RFC v5 13/26] powerpc: Cleanup nvram includes
` [RFC v5 14/26] powerpc: Add missing ppc_md.nvram_size for CHRP and PowerMac
` [RFC v5 15/26] powerpc: Implement arch_nvram_ops.get_size() and remove old nvram_* exports
` [RFC v5 16/26] powerpc: Implement nvram sync ioctl
` [RFC v5 17/26] powerpc, fbdev: Use NV_CMODE and NV_VMODE only when CONFIG_PPC32 and CONFIG_PPC_PMAC and CONFIG_NVRAM
  ` [RFC v5 17/26] powerpc, fbdev: Use NV_CMODE and NV_VMODE only when CONFIG_PPC32 and CONFIG_PPC_PMAC
` [RFC v5 18/26] powerpc, fbdev: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
  ` [RFC v5 18/26] powerpc, fbdev: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_wri
` [RFC v5 19/26] nvram: Drop nvram_* symbol exports and prototypes
` [RFC v5 20/26] powerpc: Remove CONFIG_GENERIC_NVRAM and adopt CONFIG_HAVE_ARCH_NVRAM_OPS
` [RFC v5 21/26] char/generic_nvram: Remove as unused
` [RFC v5 22/26] powerpc: Adopt nvram module for PPC64
` [RFC v5 23/26] m68k/mac: Adopt naming and calling conventions for PRAM routines
` [RFC v5 24/26] m68k/mac: Use macros for RTC accesses not magic numbers
` [RFC v5 25/26] m68k/mac: Fix PRAM accessors
` [RFC v5 26/26] m68k: Dispatch nvram_ops calls to Atari or Mac functions

[PATCH lttng-tools] Fix: set session should not set not-existent session
 2015-07-25  7:55 UTC 

[linux-linus test] 59898: regressions - FAIL
 2015-07-25  7:54 UTC 

[PATCH v4 0/3] x86: modify_ldt improvement, test, and config option
 2015-07-25  7:50 UTC  (15+ messages)
` [PATCH v4 1/3] x86/ldt: Make modify_ldt synchronous
` [PATCH v4 2/3] x86/ldt: Make modify_ldt optional
` [PATCH v4 3/3] selftests/x86, x86/ldt: Add a selftest for modify_ldt

[PATCH] parport: Revert "parport: fix memory leak"
 2015-07-25  7:49 UTC 

[PATCH v2] clk: exynos4: Fix wrong clock for Exynos4x12 ADC
 2015-07-25  7:42 UTC  (3+ messages)

[libvirt test] 59834: tolerable all pass - PUSHED
 2015-07-25  7:40 UTC 

[PATCH v2 0/7] clk: sunxi: Add support for the Audio PLL
 2015-07-25  7:39 UTC  (9+ messages)
` [PATCH v2 1/7] clk: Add a basic factor clock

[RFC v4 00/25] Re-use nvram module
 2015-07-25  7:38 UTC  (14+ messages)
` [RFC v4 03/25] m68k/atari: Move Atari-specific code out of drivers/char/nvram.c

[PATCH] ASoC: tas2552: Remove unneeded NULL test for tas2552->enable_gpio
 2015-07-25  7:32 UTC 

[PATCH v3 1/3] bitbake.conf: Add nonarch_libdir and base systemd vars on it
 2015-07-25  7:29 UTC  (4+ messages)
` [PATCH v3 2/3] systemd.bbclass: Use systemd_system_unitdir

[PATCH 0/3] ARM: UniPhier: update DTS and MAINTAINERS
 2015-07-25  7:23 UTC  (7+ messages)
` [PATCH 1/3] ARM: dts: UniPhier: add pinctrl device nodes
` [PATCH 2/3] ARM: dts: UniPhier: add UART and USB pinmux nodes
` [PATCH 3/3] MAINTAINERS: add entries for UniPhier device trees and drivers

[seabios test] 59875: tolerable FAIL - PUSHED
 2015-07-25  7:16 UTC 

[PATCH v2] Documentation: gpio: consumer: describe the con_id parameter
 2015-07-25  7:15 UTC  (3+ messages)

[PATCH] cgroup: net_cls: fix false-positive "suspicious RCU usage"
 2015-07-25  7:13 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/2] Documentation: gpio: board: add flags parameter to gpiod_get*() functions
 2015-07-25  7:11 UTC  (2+ messages)
` [PATCH 2/2] Documentation: gpio: board: describe the con_id parameter

[PATCH v2 0/3] edac: Add L3/SoC support to the APM X-Gene SoC EDAC driver
 2015-07-25  7:07 UTC  (8+ messages)
  ` [PATCH v2 1/3] Documentation: Update the APM X-Gene SoC EDAC DTS binding for L3/SoC subnodes
      ` [PATCH v2 2/3] edac: Add L3/SoC support to the APM X-Gene SoC EDAC driver
          ` [PATCH v2 3/3] arm64: Add L3/SoC DT subnodes to the APM X-Gene SoC EDAC node

[PATCH 00/10] Netfilter/IPVS fixes for net
 2015-07-25  7:18 UTC  (2+ messages)

[net-next 00/15][pull request] Intel Wired LAN Driver Updates 2015-07-23
 2015-07-25  7:16 UTC  (2+ messages)

[PATCH v2] thermal: consistently use int for temperatures
 2015-07-25  7:01 UTC  (9+ messages)
            ` [lm-sensors] "

[PATCH v2 0/7] Making the generic ACPI GSI layer irqdomain aware
 2015-07-25  6:57 UTC  (6+ messages)
` [PATCH v2 5/7] acpi: gsi: Add acpi_set_irq_model to initialize the GSI layer

[PATCH] target: fix crash in cmd tracing when cmd didn't match a LUN
 2015-07-25  6:48 UTC  (4+ messages)

[PATCH v2 00/10] pwm: add support for atomic update
 2015-07-25  6:36 UTC  (4+ messages)

[PATCH] drivers/reset: appropriate __init annotation for const data
 2015-07-25  6:33 UTC  (2+ messages)

[PATCH] target: add support for START_STOP_UNIT SCSI opcode
 2015-07-25  6:32 UTC  (5+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2015-07-24
 2015-07-25  6:30 UTC 

[PATCH] qla2xxx: Return the fabric command state for non-task management requests
 2015-07-25  6:29 UTC  (3+ messages)

[PATCH 00/10] IB: Replace safe uses for ib_get_dma_mr with pd->local_dma_lkey
 2015-07-25  6:27 UTC  (3+ messages)

[PATCH v2] watchdog: sunxi: fix activation of system reset
 2015-07-25  6:25 UTC  (2+ messages)

[PATCH v5 0/5] Support for Open-Channel SSDs
 2015-07-25  6:25 UTC  (6+ messages)
` [PATCH v5 4/5] null_blk: LightNVM support

[RFC PATCH v4 net-next 0/4] tcp: add NV congestion control
 2015-07-25  6:22 UTC  (3+ messages)
` [RFC PATCH v4 net-next 1/4] tcp: replace cnt & rtt with struct in pkts_acked()

[PATCH 2/2] secutity:lsm_audit.c fixed spelling error
 2015-07-25  6:20 UTC 

[PATCH v3] ALSA: hda - Fix the headset mic that will not work on Dell desktop machine
 2015-07-25  6:20 UTC  (2+ messages)

ALSA: hda - Use generic parser for Cirrus codec driver
 2015-07-25  6:20 UTC  (4+ messages)
` [patch] ALSA: hda - fix cs4210_spdif_automute()

Building kernel the Debian way fails
 2015-07-25  6:19 UTC  (3+ messages)

[lkp] [sched/preempt] 103637a5b94: 12.4% fsmark.app_overhead, -1.4% fsmark.files_per_sec
 2015-07-25  6:09 UTC  (2+ messages)
`  "

[lkp] [parport] 23c405912b8: BUG: unable to handle kernel
 2015-07-25  6:06 UTC  (2+ messages)
`  "

[GIT PULL] Samsung SoC media driver updates for 4.3
 2015-07-25  6:04 UTC 

[PATCH] watchdog: sunxi: fix activation of system reset
 2015-07-25  5:59 UTC  (4+ messages)

[PATCH v2 0/3] x86_64: Make int3 non-magical
 2015-07-25  5:57 UTC  (4+ messages)
` [PATCH v2 1/3] x86/entry/64: Refactor IRQ stacks and make them NMI-safe
` [PATCH v2 2/3] x86/entry/64: Teach idtentry to use the IRQ stack
` [PATCH v2 3/3] x86/entry/64: Move #BP from IST to "

[PATCH net-next v2] bridge: Fix setting a flag in br_fill_ifvlaninfo_range()
 2015-07-25  5:57 UTC  (2+ messages)

[Patch net] sch_choke: drop all packets in queue during reset
 2015-07-25  5:57 UTC  (2+ messages)

[Patch net] sch_plug: purge buffered packets during reset
 2015-07-25  5:57 UTC  (2+ messages)

[PATCH v4 0/3] x86: modify_ldt improvement, test, and config option
 2015-07-25  5:36 UTC 

[PATCH v3 42/46] usb: gadget: move ep_matches() from epautoconf to udc-core
 2015-07-25  5:34 UTC  (2+ messages)

[PATCH net 0/2] ipv4: fib_select_default changes
 2015-07-25  5:46 UTC  (2+ messages)

[PATCH V2 net-next 0/3] ARM BPF JIT features
 2015-07-25  5:31 UTC  (2+ messages)

[PATCH-v3.2 0/4] powerpc: of: v3.2.61+ only brings online cpu0 in smp systems
 2015-07-25  5:30 UTC  (5+ messages)
` [PATCH-v3.2 1/4] of: Add of_property_match_string() to find index into a string list
` [PATCH-v3.2 2/4] dt: Add empty of_property_match_string() function
` [PATCH-v3.2 3/4] powerpc: Make logical to real cpu mapping code endian safe
` [PATCH-v3.2 4/4] powerpc: Don't skip ePAPR spin-table CPUs


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.