All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-08-02 20:40:29 to 2015-08-02 23:37:39 UTC [more...]

[U-Boot] [PATCH v2 00/47] Add support for running U-Boot as an EFI payload/application
 2015-08-02 23:37 UTC  (41+ messages)
` [U-Boot] [PATCH v2 01/47] Support removing default assembler flags
` [U-Boot] [PATCH v2 02/47] dm: core: Check for empty list in uclass_find_device()
` [U-Boot] [PATCH v2 03/47] dm: serial: Correct logic in serial_find_console_or_panic()
` [U-Boot] [PATCH v2 04/47] elf: Add a few definitions for 64-bit relocation
` [U-Boot] [PATCH v2 06/47] Allow objcopy to work without filling gaps with 0xff
` [U-Boot] [PATCH v2 07/47] Bring in __aligned_u64 and friends to linux/types.h
` [U-Boot] [PATCH v2 08/47] x86: Add various minor tidy-ups to the 32-bit startup code
` [U-Boot] [PATCH v2 09/47] x86: Use CR0 constants in CPU init
` [U-Boot] [PATCH v2 10/47] Reserve the top 16 flag bits for architecture-specific use
` [U-Boot] [PATCH v2 11/47] x86: Tidy up global_data flags
` [U-Boot] [PATCH v2 12/47] x86: Drop unused copy_fdt_to_ram()
` [U-Boot] [PATCH v2 13/47] x86: Tidy up the 64-bit calling code
` [U-Boot] [PATCH v2 14/47] x86: Add some missing global_data declarations in files that use gd
` [U-Boot] [PATCH v2 15/47] x86: Tidy up a few minor issues with interrupts
` [U-Boot] [PATCH v2 16/47] pci: Use debug() instead of DEBUGF() in pci_auto.c
` [U-Boot] [PATCH v2 17/47] pci: Fix up code for CONFIG_PCI_ENUM_ONLY

[U-Boot] [PATCH] common: command add '\n' for debug msg
 2015-08-02 23:36 UTC  (3+ messages)

[U-Boot] [PATCH] lib: fdt: fix indent of #ifdef..#endif conditional
 2015-08-02 23:36 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] gitignore: Add defconfig and fdtgrep
 2015-08-02 23:36 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] common: Print nothing in the __weak checkboard()

[U-Boot] [PATCH 0/7] x86: Add Intel Bayley Bay board support
 2015-08-02 23:36 UTC  (21+ messages)
` [U-Boot] [PATCH 2/7] x86: Sanity test on vesa parameters before setting up kernel screen_info
` [U-Boot] [PATCH 3/7] x86: minnowmax: Remove smsc47x superio codes
` [U-Boot] [PATCH 4/7] x86: baytrail: Update UPD setting for FSP Gold4 release
` [U-Boot] [PATCH 5/7] x86: Add microcode for BayTrail-I B0 stepping
` [U-Boot] [PATCH 6/7] x86: Add Intel Bayley Bay board support
` [U-Boot] [PATCH 7/7] x86: bayleybay: Configure PCI IRQ

[PATCH] ARM: dts: sunxi: Raise minimum CPU voltage for sun7i-a20 to a level all boards can supply
 2015-08-02 23:35 UTC  (4+ messages)
` [linux-sunxi] "

[U-Boot] [PATCH 2/2] x86: qemu: Add MP initialization
 2015-08-02 23:36 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] x86: Add a 'pause' instruction in __udelay() for QEMU target
 2015-08-02 23:35 UTC  (3+ messages)

[U-Boot] [PATCH 1/5] dm: pci: Allow scan bridge child devices before relocation
 2015-08-02 23:35 UTC  (12+ messages)
` [U-Boot] [PATCH 2/5] x86: fsp: Reserve different malloc size "
` [U-Boot] [PATCH 3/5] x86: queensbay: Support pre-relocation dm pci
` [U-Boot] [PATCH 4/5] x86: Explicitly trigger pci bus configuration with driver model
` [U-Boot] [PATCH 5/5] doc: dm: Update pci-info.txt for pci support

[PATCH v2 00/10] object_id part 2
 2015-08-02 23:33 UTC  (2+ messages)

[Ksummit-discuss] [TECH TOPIC] Fix devm_kzalloc, its users, or both
 2015-08-02 23:33 UTC  (4+ messages)

[U-Boot] [PATCH 1/5] am33xx: Update DT files, add am335x_gp_evm_config target
 2015-08-02 23:32 UTC  (7+ messages)
` [U-Boot] [PATCH 5/5] dra7xx: Add dra72_evm_defconfig using CONFIG_DM

[U-Boot] [PATCH] sf: Make 4K sector support configurable
 2015-08-02 23:28 UTC 

Linux 4.1.3, DRM *ERROR* Unclaimed register before interrupt
 2015-08-02 23:26 UTC 

[Qemu-devel] [PATCH RESEND v2 0/3] sPAPR: Support EEH Error Injection
 2015-08-02 23:23 UTC  (4+ messages)
` [Qemu-devel] [PATCH RESEND v2 1/3] linux-headers: Add eeh.h
` [Qemu-devel] [PATCH RESEND v2 2/3] sPAPR: Support RTAS call ibm, {open, close}-errinjct
` [Qemu-devel] [PATCH RESEND v2 3/3] sPAPR: Support RTAS call ibm, errinjct

[PATCH 0/3] Minor enhancements and fixes
 2015-08-02 23:22 UTC  (9+ messages)
` [PATCH 3/3] Add NOWARN and NOERR compile conditions

[U-Boot] [PATCH 00/15] socfpga: sequencer.c cleanups
 2015-08-02 23:22 UTC  (16+ messages)
` [U-Boot] [PATCH 01/15] ddr: altera: sequencer: Move qts-generated files to board dir
` [U-Boot] [PATCH 02/15] ddr: altera: sequencer: Clean up mach/sdram.h
` [U-Boot] [PATCH 03/15] ddr: altera: sequencer: Zap unused params and macros
` [U-Boot] [PATCH 04/15] ddr: altera: sequencer: Zap bogus redefinition of RW_MGR_MEM_NUMBER_OF_RANKS
` [U-Boot] [PATCH 05/15] ddr: altera: sequencer: Wrap ac_rom_init and inst_rom_init
` [U-Boot] [PATCH 06/15] ddr: altera: sequencer: Wrap RW_MGR_* macros
` [U-Boot] [PATCH 07/15] ddr: altera: sequencer: Pluck out RW_MGR_* macros from code
` [U-Boot] [PATCH 08/15] ddr: altera: sequencer: Wrap IO_* macros
` [U-Boot] [PATCH 09/15] ddr: altera: sequencer: Pluck out IO_* macros from code
` [U-Boot] [PATCH 10/15] ddr: altera: sequencer: Wrap misc remaining macros
` [U-Boot] [PATCH 11/15] ddr: altera: sequencer: Zap VFIFO_SIZE
` [U-Boot] [PATCH 12/15] ddr: altera: sequencer: Zap SEQ_T(INIT|RESET)_CNTR._VAL
` [U-Boot] [PATCH 13/15] ddr: altera: sequencer: Pluck out misc macros from code
` [U-Boot] [PATCH 14/15] ddr: altera: sequencer: Clean data types
` [U-Boot] [PATCH 15/15] ddr: altera: sequencer: Clean checkpatch issues

[Qemu-devel] [PATCH v2 0/3] sPAPR: Support EEH Error Injection
 2015-08-02 23:20 UTC  (2+ messages)

[U-Boot] [PATCH] dm: core: Allow simple-bus driver in SPL
 2015-08-02 23:16 UTC  (3+ messages)

[U-Boot] [PATCH] dm: core: Add Kconfig for simple bus driver
 2015-08-02 23:15 UTC 

[Bug 91534] r300 blocking GLX and EGL compositing in KWin (KDE Plasma 5.x)?
 2015-08-02 23:14 UTC 

[PATCH] pinctrl/mediatek: fix spelling mistake in dev_err error message
 2015-08-02 23:10 UTC  (2+ messages)

[PATCH] crypto: fix spelling mistake in dev_err error message
 2015-08-02 23:05 UTC 

bluetoothctl list-attributes command
 2015-08-02 23:00 UTC  (4+ messages)

[PATCH] acer-wmi: No rfkill on HP wifi
 2015-08-02 22:59 UTC  (2+ messages)
` [PATCH RESEND] "

[Bug 88887] Grim Fandango Remastered segfaults within radeon_llvm_compile->...->llvm::BasicBlock::getTerminator
 2015-08-02 22:53 UTC  (2+ messages)

Draft of Git Rev News edition 6
 2015-08-02 22:52 UTC 

[PATCH/RFC 0/9] Pseudorefs
 2015-08-02 22:48 UTC  (2+ messages)

backports-20150731 is out
 2015-08-02 22:47 UTC 

[Ksummit-discuss] [CORE TOPIC] Recruitment (Reviewers, Testers, Maintainers, Hobbyists)
 2015-08-02 22:46 UTC  (25+ messages)

[PATCH 6/6] ASoC: fsl_ssi: adjust set DAI format in AC'97 mode
 2015-08-02 22:44 UTC  (6+ messages)
      ` [PATCH 6/6 v2] "

[PATCH 3/4] ARM: nomadik: move l2x0 setup to device tree
 2015-08-02 22:43 UTC  (3+ messages)

[Buildroot] [PATCH RFC 1/1] package/libpthsem: cannot be sanely cross-compiled
 2015-08-02 22:39 UTC  (3+ messages)

[PATCH 0/8] backports: bring backports to next-20150731
 2015-08-02 22:37 UTC  (9+ messages)
` [PATCH 1/8] backports: do not add debugfs_create_devm_seqfile() on recent kernel versions
` [PATCH 2/8] backports: add hex_dump_to_buffer() with int return value
` [PATCH 3/8] backports: add seq_hex_dump()
` [PATCH 4/8] header: adapt change of parameter in {add,sub}_frag_mem_limit()
` [PATCH 5/8] header: add of_platform_populate()
` [PATCH 6/8] dependencies: make NFC_NXP_NCI_I2C depend on >=3.17
` [PATCH 7/8] dependencies: make the WL1251_SDIO driver depend on platform provider
` [PATCH 8/8] patches: refresh on next-20150731

[PATCH] mbuf: enforce alignment of mbuf private area
 2015-08-02 22:35 UTC  (4+ messages)
` [PATCH v2] "

Issue with non-scattered rx in ixgbe and i40e when mbuf private area size is odd
 2015-08-02 22:32 UTC  (3+ messages)

[U-Boot] [PATCH] power: regulator: max77686 correct variable type
 2015-08-02 22:31 UTC  (2+ messages)

[U-Boot] board_pci_pre_scan() and board_pci_post_scan()
 2015-08-02 22:31 UTC  (2+ messages)

[Bug 91136] [tahiti xt] portal2 glitchy without R600_DEBUG=switch_on_eop
 2015-08-02 22:31 UTC  (2+ messages)
` [Bug 91136] [tahiti xt] portal2/dota2 "

[U-Boot] [PATCH 0/5] Power: pfuze100: support driver model and regulator
 2015-08-02 22:31 UTC  (11+ messages)
` [U-Boot] [PATCH 1/5] power: pfuze100 correct SWBST macro definition
` [U-Boot] [PATCH 2/5] power: regulator use node name when no regulator-name
` [U-Boot] [PATCH 3/5] power: pmic: pfuze100 support driver model
` [U-Boot] [PATCH 4/5] power: regulator: add pfuze100 support
` [U-Boot] [PATCH 5/5] fsl: common: pfuze: no use original pfuze code if DM_PMIC

[U-Boot] [Patch v2] lib/fdtdec: Fix fdt_addr_t and fdt_size_t typedef
 2015-08-02 22:30 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/9] dfu: tftp: update: Support for DFU upgrades via ETH (TFTP)
 2015-08-02 22:30 UTC  (17+ messages)
` [U-Boot] [PATCH v2 1/9] doc: dfu: tftp: README entry for TFTP extension of DFU
` [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

[Bug 91444] regression bisected radeonsi: don't change pipe_resource in resource_copy_region
 2015-08-02 22:29 UTC  (2+ messages)

[PATCH] eal: fix compilation for x86_x32-native-linuxapp-gcc
 2015-08-02 22:25 UTC  (2+ messages)

[PATCH 1/2] mk: add LDLIBS variable when producing the .so file
 2015-08-02 22:23 UTC  (4+ messages)
` [PACTH v3 1/2] mk: use LDLIBS and EXTRA_LDFLAGS variable when building the shared object file
  ` [PACTH v3 2/2] mlx4: fix shared library dependency

[linux-next test] 60192: tolerable FAIL
 2015-08-02 22:24 UTC 

[U-Boot] [PATCH 1/2] gpio: Add DW APB GPIO driver
 2015-08-02 22:19 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] arm: socfpga: Enable DWAPB "

[PATCH] Documentation: Remove output class document
 2015-08-02 22:18 UTC  (2+ messages)

[PATCH] Documentation/features/vm: Meta2 is capable of THP
 2015-08-02 22:15 UTC  (2+ messages)

[PATCH 0/4] watchdog: avoid races in watchdog_nmi_{en|disable} functions
 2015-08-02 22:14 UTC  (2+ messages)

[PATCH] Doc: x86: Fix typo in intel_mpx.txt
 2015-08-02 22:13 UTC  (2+ messages)

xfsprogs fails to build on debian ppc64el
 2015-08-02 22:13 UTC  (5+ messages)
    ` Bug#793495: "

[PATCH] Doc: ioctl: Fix typo in botching-up-ioctls.txt
 2015-08-02 22:10 UTC  (2+ messages)

[PATCH 0/3] timer: fix rte_timer_manage and improve unit tests
 2015-08-02 22:06 UTC  (3+ messages)
` [PATCH v2 "

[RFC] ARM: dts: sunxi: Add regulators and board-specific operating points for LeMaker BananaPi
 2015-08-02 22:00 UTC  (11+ messages)
` [linux-sunxi] "

[PATCH] i40e: fix the issue of wrongly reporting descriptor done
 2015-08-02 21:57 UTC  (2+ messages)

[PATCH 4/4] ARM: nomadik: push accelerometer down to boards
 2015-08-02 21:56 UTC 

[PATCH] e1000: fix the issue of wrongly reporting descriptor done
 2015-08-02 21:55 UTC  (2+ messages)

[PATCH 2/4] ARM: nomadik: selectively enable UART0 on boards
 2015-08-02 21:56 UTC 

[PATCH 1/4] ARM: nomadik: move hog code to use DT hogs
 2015-08-02 21:55 UTC 

[Buildroot] [PATCH v2 1/1] package/arptables: fix musl compilation issues
 2015-08-02 21:53 UTC 

[PATCH 3.2 000/164] 3.2.70-rc1 review
 2015-08-02 21:49 UTC  (3+ messages)

[PATCH 1/3] ARM: dts: rockchip: set correct dwc2 params for cortex-a9 socs
 2015-08-02 21:45 UTC  (6+ messages)
` [PATCH 2/3] ARM: dts: rockchip: add usb phys to Cortex-A9 socs
` [PATCH 3/3] ARM: dts: rockchip: enable usb controller on marsboard

[Buildroot] [PATCH 1/1] package/libatomic_ops - fix compilation fail on sparc
 2015-08-02 21:43 UTC 

[PATCH] log:Change magic number on RTE_LOG_LEVEL to a define
 2015-08-02 21:40 UTC  (2+ messages)
` [PATCH v2] log:Change magic number on RTE_LOG_LEVEL to an enum name

[Buildroot] [PATCH 3/3] uclibc: remove patch applied in 1.0.5
 2015-08-02 21:39 UTC 

[Buildroot] [PATCH 2/3] toolchain: add mips64 for uClibc-ng
 2015-08-02 21:39 UTC 

[Buildroot] [PATCH 1/3] uclibc: update to latest 1.0.5 release
 2015-08-02 21:38 UTC 

[Buildroot] [PATCH 1/1] package/arptables: fix musl compilation issues
 2015-08-02 21:36 UTC  (5+ messages)

[U-Boot] [PATCH U-Boot] ARM: rpi_b: detect board revision
 2015-08-02 21:29 UTC  (4+ messages)

[U-Boot] [PATCH] armv8: Allow SoCs to override the generic timer
 2015-08-02 21:29 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] ARM: tegra: Initialize timer earlier
  ` [U-Boot] [PATCH 2/2] ARM: tegra: Use architected timer on ARMv8

[U-Boot] [PATCH] env_mmc: avoid stack allocation for env
 2015-08-02 21:29 UTC  (11+ messages)

Panic with demuxed ipv4 multicast udp sockets on 4.0.4
 2015-08-02 21:28 UTC  (7+ messages)

[PATCH 0/2] iio: proximity: add PulsedLight LIDAR sensor support
 2015-08-02 21:28 UTC  (5+ messages)
` [PATCH 2/2] iio: proximity: add support for PulsedLight LIDAR

Help needed for unusual hack
 2015-08-02 21:27 UTC  (5+ messages)

[U-Boot] [PATCH] fdt: Fix fdtdec_get_addr_size() for 64-bit
 2015-08-02 21:27 UTC  (3+ messages)

[PATCH] app test: fix mempool cache_size not match limited cache_size
 2015-08-02 21:26 UTC  (2+ messages)

[U-Boot] [PATCH] integrator: switch to DM serial port
 2015-08-02 21:27 UTC  (2+ messages)

[U-Boot] [PATCH] patman: Don't run patman when it is imported as a module
 2015-08-02 21:26 UTC  (5+ messages)

[PATCH] eal:Fix log messages always being printed from rte_eal_cpu_init
 2015-08-02 21:22 UTC  (6+ messages)
` [PATCH] log:Change magic number on RTE_LOG_LEVEL to a define

[U-Boot] [PATCH] drivers: hierarchize drivers Kconfig menu
 2015-08-02 21:21 UTC  (2+ messages)

[PATCH] serial: 8250: bind to ALi Fast Infrared Controller (ALI5123)
 2015-08-02 21:15 UTC 

[PATCH] serial: 8250: don't bind to SMSC IrCC IR port
 2015-08-02 21:11 UTC 

[PATCHv2 0/6] Staging: most: several warnings fix reported by sparse
 2015-08-02 21:10 UTC  (2+ messages)

[PATCH] serial: don't announce CIR serial ports
 2015-08-02 21:09 UTC 

[PATCH] ethdev: fix ABI breakage in lro code
 2015-08-02 21:06 UTC  (3+ messages)

[Bug 91533] Opencl and Calapp plugins do not work with pyrit on R9 295X2
 2015-08-02 21:05 UTC 

how it the linux implementation of double linked lists useful
 2015-08-02 20:53 UTC  (2+ messages)

[PATCH v2] arch: use WRITE_ONCE/READ_ONCE in smp_store_release/smp_load_acquire
 2015-08-02 20:50 UTC  (4+ messages)

[PATCH 0/7] mma8452 fixes and cleanup
 2015-08-02 20:43 UTC  (8+ messages)
` [PATCH 1/7] iio:accel:mma8452: fix _get_hp_filter_index
` [PATCH 2/7] iio:accel:mma8452: drop double include
` [PATCH 3/7] iio:accel:mma8452: pass up real error code
` [PATCH 4/7] iio:accel:mma8452: check values to be written
` [PATCH 5/7] iio:accel:mma8452: rework register definitions
` [PATCH 6/7] iio:accel:mma8452: coding style cleanup
` [PATCH 7/7] iio:accel:mma8452: reorder Kconfig entry

MAINTAINERS/s5p: Kamil Debski no longer with Samsung?
 2015-08-02 20:40 UTC  (2+ messages)
  ` [lm-sensors] "

[patch 0/7] x86: Store irq descriptor in vector array
 2015-08-02 20:38 UTC  (2+ messages)
` [patch 4/7] x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSED


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.