All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-17 16:27:51 to 2015-05-17 20:03:56 UTC [more...]

[PATCH v2 00/41] Add ACPI support for arm64 on Xen
 2015-05-17 20:03 UTC  (30+ messages)
` [PATCH v2 01/41] arm/acpi: Build numa for x86 only
` [PATCH v2 02/41] arm/acpi: Build pmstat "
` [PATCH v2 03/41] arm/acpi : emulate io ports for arm
` [PATCH v2 04/41] arm/acpi : add arm specific acpi header file
` [PATCH v2 05/41] acpi : add helper function for mapping memory
` [PATCH v2 06/41] arm/acpi : Add basic ACPI initialization
` [PATCH v2 07/41] arm/acpi : Introduce ARM Boot Architecture Flags in FADT
` [PATCH v2 08/41] arm/acpi : Parse FADT table and get PSCI flags
` [PATCH v2 09/41] arm/acpi : Add Generic Interrupt and Distributor struct
` [PATCH v2 10/41] arm/acpi : Print GIC information when MADT is parsed
` [PATCH v2 11/41] arm/acpi : add GTDT support updated by ACPI 5.1
` [PATCH v2 12/41] arm : move dt specific code in smp to seperate functions
` [PATCH v2 13/41] arm/acpi : parse MADT to map logical cpu to MPIDR and get cpu_possible_map
` [PATCH v2 14/41] arm : acpi add helper function for setting interrupt type
` [PATCH v2 15/41] arm : acpi parse GTDT to initialize timer
` [PATCH v2 16/41] acpi : Introduce acpi_parse_entries
` [PATCH v2 17/41] arm : refactor gic into generic and dt specific parts
` [PATCH v2 18/41] arm: Introduce a generic way to use a device from acpi
` [PATCH v2 19/41] arm : acpi Add GIC specific ACPI boot support
` [PATCH v2 20/41] arm : create generic uart initialization function
` [PATCH v2 21/41] arm : acpi Initialize serial port from ACPI SPCR table
` [PATCH v2 22/41] arm : acpi create min DT stub for DOM0
` [PATCH v2 23/41] arm : acpi create chosen node "
` [PATCH v2 24/41] arm : acpi create efi "
` [PATCH v2 25/41] arm : acpi add status override table
` [PATCH v2 26/41] arm : acpi add xen environment table
` [PATCH v2 27/41] arm : add helper functions to map memory regions
` [PATCH v2 28/41] arm : acpi add efi structures to common efi header
` [PATCH v2 29/41] arm : acpi read acpi memory info from uefi

[Buildroot] [git commit branch/next] gst1-plugins-bad: remove obsolete make rules
 2015-05-17 19:59 UTC 

[PATCH] daemon: add systemd support
 2015-05-17 19:58 UTC  (3+ messages)

[Patch net-next] netns: make nsid_lock per net
 2015-05-17 19:53 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] monitor+disas: Remove uses of ENV_GET_CPU
 2015-05-17 19:51 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] monitor: Split mon_get_cpu fn to remove ENV_GET_CPU
` [Qemu-devel] [PATCH 2/2] disas: Remove uses of CPU env

[ath9k-devel] [PATCH] ath9k: add phy.c
 2015-05-17 19:49 UTC  (2+ messages)
` [PATCH] ath9k: split ar5008_hw_spur_mitigate and reuse common code in ar9002_hw_spur_mitigate

mac80211 drops packet with old IV after rekeying
 2015-05-17 19:49 UTC  (11+ messages)

[PATCH v3 1/2] staging: wilc1000: Add SDIO/SPI 802.11 driver
 2015-05-17 19:47 UTC  (2+ messages)

[PATCH bluetooth-next 00/34] ieee802154: capabilities, atusb support and fakelb rework
 2015-05-17 19:45 UTC  (35+ messages)
` [PATCH bluetooth-next 01/34] nl802154: cleanup invalid argument handling
` [PATCH bluetooth-next 02/34] ieee802154: move validation check out of softmac
` [PATCH bluetooth-next 03/34] ieee802154: change transmit power to s32
` [PATCH bluetooth-next 04/34] ieee802154: change transmit power to mbm
` [PATCH bluetooth-next 05/34] ieee802154: change cca ed level "
` [PATCH bluetooth-next 06/34] ieee802154: introduce wpan_phy_supported
` [PATCH bluetooth-next 07/34] ieee802154: add several phy supported handling
` [PATCH bluetooth-next 08/34] mac802154: check for really changes
` [PATCH bluetooth-next 09/34] mac802154: remove check if operation is supported
` [PATCH bluetooth-next 10/34] cfg802154: introduce wpan phy flags
` [PATCH bluetooth-next 11/34] ieee802154: add iftypes capability
` [PATCH bluetooth-next 12/34] at86rf230: set cca_modes supported flags
` [PATCH bluetooth-next 13/34] at86rf230: rework tx power support
` [PATCH bluetooth-next 14/34] at86rf230: rework tx cca energy detection level
` [PATCH bluetooth-next 15/34] at86rf230: add cca ed level reset value
` [PATCH bluetooth-next 16/34] at86rf230: add reset states of tx power level
` [PATCH bluetooth-next 17/34] nl802154: add support for dump phy capabilities
` [PATCH bluetooth-next 18/34] mac802154: fakelb: Fix potential NULL pointer dereference
` [PATCH bluetooth-next 19/34] at86rf230: fix callback for aret handling
` [PATCH bluetooth-next 20/34] mac802154: tx: allow xmit complete from hard irq
` [PATCH bluetooth-next 21/34] ieee802154: add support for atusb transceiver
` [PATCH bluetooth-next 22/34] fakelb: creating two virtual phys per default
` [PATCH bluetooth-next 23/34] fakelb: use list_for_each_entry_safe
` [PATCH bluetooth-next 24/34] fakelb: rename fakelb_dev_priv to fakelb_phy
` [PATCH bluetooth-next 25/34] fakelb: don't deliver when one phy
` [PATCH bluetooth-next 26/34] fakelb: declare rwlock static
` [PATCH bluetooth-next 27/34] fakelb: declare fakelb list static
` [PATCH bluetooth-next 28/34] fakelb: move lock out of iteration
` [PATCH bluetooth-next 29/34] fakelb: introduce fakelb ifup phys list
` [PATCH bluetooth-next 30/34] fakelb: use own channel and page attributes
` [PATCH bluetooth-next 31/34] fakelb: add virtual phy reset defaults
` [PATCH bluetooth-next 32/34] fakelb: remove fakelb_hw_deliver
` [PATCH bluetooth-next 33/34] fakelb: add support for async xmit handling
` [PATCH bluetooth-next 34/34] fakelb: cleanup code

[PATCH] Clarify expression which uses both multiplication and pointer dereference
 2015-05-17 19:43 UTC  (2+ messages)

Btrfs and integration with GNU ++
 2015-05-17 19:33 UTC 

kernel page fault in r8712u
 2015-05-17 19:22 UTC  (8+ messages)

[PATCH] x86: Align jump targets to 1 byte boundaries
 2015-05-17 19:18 UTC  (4+ messages)

[PATCH 0/2] drm: bridge/dw_hdmi: add I2C bus adapter support
 2015-05-17 19:17 UTC  (4+ messages)
` [PATCH 1/2] drm: bridge/dw_hdmi: fix register I2CM_ADDRESS register name
` [PATCH 2/2] drm: bridge/dw_hdmi: add dw hdmi i2c bus adapter support

[Buildroot] [git commit] libuv: not available for static only builds
 2015-05-17 19:15 UTC 

[PATCH 1/2] CRISv32: add unreachable() to BUG()
 2015-05-17 19:15 UTC  (4+ messages)
` [PATCH 2/2] CRISv32: allow CONFIG_DEBUG_BUGVERBOSE

[PATCH v2] sha1_file: pass empty buffer to index empty file
 2015-05-17 19:10 UTC  (4+ messages)
` [PATCH v3] "

[Buildroot] [PATCH] package/enlightenment: disable ptrace with xtensa and uClibc-ng
 2015-05-17 19:02 UTC  (2+ messages)

[Buildroot] [git commit] package/enlightenment: disable ptrace with xtensa and uClibc-ng
 2015-05-17 19:02 UTC 

[Buildroot] [PATCH 1/3] qt: do not allow webkit with SuperH Sourcery toolchain
 2015-05-17 19:01 UTC  (2+ messages)

[RFC 0/7] ARM: sun9i: SMP support with Multi-Cluster Power Management
 2015-05-17 14:54 UTC  (7+ messages)
` [RFC 2/7] ARM: dts: sun9i: Add CCI-400 device nodes for A80
` [RFC 4/7] ARM: dts: sun9i: Add PRCM device node for the A80 dtsi
` [linux-sunxi] [RFC 0/7] ARM: sun9i: SMP support with Multi-Cluster Power Management

[PATCH v2 00/10] ARM: sunxi: Introduce Allwinner H3 support
 2015-05-17 14:31 UTC  (11+ messages)
` [PATCH v2 04/10] pinctrl: sunxi: Prepare for building SoC specific drivers as modules
` [PATCH v2 05/10] ARM: sunxi: Introduce Allwinner H3 support
` [PATCH v2 06/10] clk: sunxi: Add H3 clocks support
` [PATCH v2 07/10] pinctrl: sunxi: Add H3 PIO controller support
` [PATCH v2 08/10] reset: sunxi: Add compatible for Allwinner H3 bus resets

lspci not working
 2015-05-17 18:56 UTC  (22+ messages)
                  ` Fwd: "
                        ` Fwd: "

[PATCH RESEND] block:Add proper error checking to the function, add_disk
 2015-05-17 18:54 UTC 

[PATCH 0/2] sparse-llvm: avoid SIGSEGV for function prototypes
 2015-05-17 18:53 UTC  (4+ messages)
` [PATCH 2/2] validation/prototype: regression for skipping prototypes

RAID5 assemble fails after reboot while reshaping
 2015-05-17 18:51 UTC  (2+ messages)

suspend regression in 4.1-rc1
 2015-05-17 18:50 UTC 

[Buildroot] [PATCH] package/libsigrok: blacklist CS powerpc toolchains
 2015-05-17 18:48 UTC 

[Buildroot] [git commit] lirc-tools: fix static library build caused by 'loglevel' redefinition
 2015-05-17 18:45 UTC 

[Buildroot] [git commit] duma: not available for static only builds
 2015-05-17 18:45 UTC 

[Buildroot] [PATCH] package/opencv: fix opencv.pc generation
 2015-05-17 18:44 UTC  (2+ messages)

[Buildroot] [git commit] qt: do not allow webkit with SuperH Sourcery toolchain
 2015-05-17 18:43 UTC 

v3.10.79 build: 0 failures 76 warnings (v3.10.79)
 2015-05-17 18:43 UTC 

[Buildroot] [git commit] package/opencv: fix opencv.pc generation
 2015-05-17 18:43 UTC 

Linux kernel 4.0.4 released
 2015-05-17 18:41 UTC 

Linux 4.0.4
 2015-05-17 18:40 UTC  (2+ messages)

Linux 3.10.79
 2015-05-17 18:39 UTC  (2+ messages)

Linux 3.14.43
 2015-05-17 18:39 UTC  (2+ messages)

[Bug 90481] Radeon R9 270X gpu lockup in game spec ops: the line
 2015-05-17 18:38 UTC  (3+ messages)

Dear sir/ Madam
 2015-05-17 16:14 UTC 

Dear sir/ Madam
 2015-05-17 16:13 UTC 

[PATCH 0/8] asciidoc fixups
 2015-05-17 18:34 UTC  (5+ messages)
` [PATCH 6/8] doc: convert \--option to --option

[PATCH 0/5] Vm_event memory introspection helpers
 2015-05-17 18:32 UTC  (7+ messages)
` [PATCH 5/5] xen: Write CR0, CR3 and CR4 in arch_set_info_guest()

Handling GeForce GTX 850M GPU on Arch Linux
 2015-05-17 18:31 UTC 

master - tests: no warn if test does not need thin_repair
 2015-05-17 18:29 UTC 

RPi firmware driver v2
 2015-05-17 18:26 UTC  (10+ messages)
` [PATCH 1/3 v2] dt/bindings: Add binding for the Raspberry Pi firmware driver
` [PATCH 2/3 v2] ARM: bcm2835: Add "

[Buildroot] [PATCH] libsodium: new package
 2015-05-17 18:25 UTC  (3+ messages)

[linux-3.4 test] 56596: regressions - FAIL
 2015-05-17 18:13 UTC 

[PATCH net-next] netfilter: synproxy: fix sparse errors
 2015-05-17 18:11 UTC  (2+ messages)

[PATCH net-next] ipip: fix one sparse error
 2015-05-17 18:11 UTC  (2+ messages)

[PATCH net-next] net: fix sparse error in csum_replace4()
 2015-05-17 18:11 UTC  (2+ messages)

[PATCH v2 net-next 5/5] net: Add GRE keyid in flow_keys
 2015-05-17 18:11 UTC  (4+ messages)
  ` [PATCH net-next] net: fix two sparse errors

[xen-unstable test] 56592: regressions - FAIL
 2015-05-17 18:09 UTC 

vulnerability use-after-free
 2015-05-17 17:51 UTC  (2+ messages)

[PATCH] ext4: issue WARN_ON_ONCE() if page gets truncated in ext4_write_[da_]begin()
 2015-05-17 17:51 UTC  (2+ messages)

[U-Boot] [RFC PATCH] tools: get-toolchais: a tool to get cross-tools for all architectures
 2015-05-17 17:50 UTC  (4+ messages)

[U-Boot] [PATCH] sandbox: Tidy up terminal restore
 2015-05-17 17:49 UTC  (4+ messages)

[U-Boot] [PATCH] dm: pci: Allow PCI bus numbering aliases
 2015-05-17 17:49 UTC  (2+ messages)

[PATCH 2/4] acpi: allow for an override to set _REV
 2015-05-17 17:41 UTC  (4+ messages)

[PATCH] mtd: part: add generic parsing of linux,part-probe
 2015-05-17 17:35 UTC  (2+ messages)

[PATCH] cal: fix January 1753 week number printout
 2015-05-17 17:27 UTC 

[PATCH] Remove empty branch from conditional
 2015-05-17 17:19 UTC 

Linux kernel 3.14.43 released
 2015-05-17 17:17 UTC 

Linux kernel 3.10.79 released
 2015-05-17 17:14 UTC 

[PATCH net-next V4 00/12] net/mlx5: ConnectX-4 100G Ethernet driver
 2015-05-17 17:05 UTC  (2+ messages)

Dear sir/ Madam
 2015-05-17 14:30 UTC 

Dear sir/ Madam
 2015-05-17 14:30 UTC 

[RFC][PATCHSET v3] non-recursive pathname resolution & RCU symlinks
 2015-05-17 16:56 UTC  (13+ messages)

[PATCH 3/3] max7359_keypad: implement DT bindings
 2015-05-17 16:55 UTC 

[RFC PATCH] Cleanup: preempt notifiers: disallow hlist_del within unsafe iteration
 2015-05-17 16:53 UTC 

FTP connection tracking doesn't work with nftables
 2015-05-17 16:53 UTC  (5+ messages)

[PATCH 00/12] target: TPG/NodeACL LUN table conversion to RCU hlist
 2015-05-17 16:51 UTC  (5+ messages)
` [PATCH 01/12] target: Convert se_node_acl->device_list[] "

Issue running buffered writes to a pNFS (NFS 4.1 backed by SAN) filesystem
 2015-05-17 16:38 UTC  (2+ messages)

Support of TX timestamps in kernel / by hardware
 2015-05-17 16:29 UTC  (2+ messages)

[PATCH v3 00/17] new LoCoMo driver set
 2015-05-17 16:27 UTC  (20+ messages)
` [PATCH v3 11/17] ARM: sa1100: make collie use new locomo drivers
` [PATCH v3 12/17] ARM: sa1100: don't preallocate IRQ space for locomo
` [PATCH v3 13/17] ASoC: pxa: poodle: make use of new locomo GPIO interface
` [PATCH v3 14/17] ARM: pxa: poodle: use new LoCoMo driver
` [PATCH v3 15/17] ARM: pxa: poodle: don't preallocate IRQ space for locomo
` [PATCH v3 16/17] video: backlight: drop old locomo bl/lcd driver
` [PATCH v3 17/17] ARM: drop old LoCoMo driver


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.