messages from 2015-03-25 17:55:31 to 2015-03-25 18:30:38 UTC [more...]
pam related dependency processing bug?
2015-03-25 18:30 UTC (2+ messages)
[PATCH RFC] init-db: introduce new -c/--config option
2015-03-25 18:30 UTC (2+ messages)
[Buildroot] [PATCH] dhcpcd: fix wrong macro name
2015-03-25 18:30 UTC (2+ messages)
[Buildroot] [PATCH v8] package/sysdig: New package
2015-03-25 18:29 UTC (3+ messages)
[Buildroot] [git commit] dhcpcd: fix wrong macro name
2015-03-25 18:29 UTC
[PATCH] mm/x86: AMD Bulldozer ASLR fix
2015-03-25 18:29 UTC (3+ messages)
OpenEmbedded Developer America's Meeting
2015-03-25 18:28 UTC (4+ messages)
` [yocto] "
"ARM: multi_v7_defconfig: Enable shmobile platforms" breaks Tegra20 multi_v7_defconfig boot
2015-03-25 18:28 UTC (6+ messages)
[PATCH] lib: fix warnings on ignoring return values
2015-03-25 18:29 UTC (3+ messages)
` [PATCH i-g-t] igt.cocci: check the return values of various functions
drm/exynos: add async G2D execution to libdrm
2015-03-25 18:27 UTC (5+ messages)
` [PATCH 1/5] tests/exynos: add fimg2d performance analysis
[PATCH] btrfs: don't accept bare namespace as a valid xattr
2015-03-25 18:26 UTC
[PATCH 1/1] spi: dw: fix crash on setup stage
2015-03-25 18:26 UTC
[PATCH v3 0/*] serial/amba-pl011: Activate TX IRQ passively
2015-03-25 18:26 UTC (12+ messages)
` [PATCH v3 0/1] "
` [PATCH v3] "
` [PATCH v3, tty-next.. 0/2] "
` [PATCH v3, tty-next.. 1/2] Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"
` [PATCH v3, tty-next.. 2/2] serial/amba-pl011: Activate TX IRQ passively
[PATCH v3 0/12] xen: arm: reenable support for 32-bit userspace running in 64-bit guest
2015-03-25 18:25 UTC (5+ messages)
` [PATCH 02/12] xen: arm: handle accesses to CNTP_CVAL_EL0
` [PATCH 03/12] xen: arm: Use ARMv8 names for CNTHCTL_EL2 bits
[U-Boot] [PATCH v2 0/80] dm: Add USB support
2015-03-25 18:23 UTC (81+ messages)
` [U-Boot] [PATCH v2 01/80] linker_lists: Add a function to access a linker list entry
` [U-Boot] [PATCH v2 02/80] sandbox: Fix comment for os_open()
` [U-Boot] [PATCH v2 03/80] dm: test: bus: Use a local variable to simplify code
` [U-Boot] [PATCH v2 04/80] dm: exynos: snow: Move the keyboard to I2C
` [U-Boot] [PATCH v2 05/80] dm: core: Support allocating driver-private data for DMA
` [U-Boot] [PATCH v2 06/80] dm: core: Convert driver_bind() to use const
` [U-Boot] [PATCH v2 07/80] dm: core: Rename driver data function to dev_get_driver_data()
` [U-Boot] [PATCH v2 08/80] dm: core: Mark device as active before calling uclass probe() methods
` [U-Boot] [PATCH v2 09/80] dm: core: Add device children and sibling functions
` [U-Boot] [PATCH v2 10/80] dm: gpio: Add an implementation for gpio_get_number()
` [U-Boot] [PATCH v2 11/80] dm: usb: Add a uclass for USB controllers
` [U-Boot] [PATCH v2 12/80] dm: usb: Adjust usb command to prepare for driver model
` [U-Boot] [PATCH v2 13/80] dm: usb: Adjust usb_alloc_new_device() to return an error
` [U-Boot] [PATCH v2 14/80] dm: usb: Convert 'usb' command to support driver model
` [U-Boot] [PATCH v2 15/80] dm: usb: Drop the legacy USB init sequence
` [U-Boot] [PATCH v2 16/80] dm: usb: Refactor port resets
` [U-Boot] [PATCH v2 17/80] dm: usb: Move descriptor setup code into its own function
` [U-Boot] [PATCH v2 18/80] dm: usb: Split out more code from usb_new_device()
` [U-Boot] [PATCH v2 19/80] dm: usb: Complete the splitting up of usb_new_device()
` [U-Boot] [PATCH v2 20/80] dm: usb: Convert core usb.c file to support driver model
` [U-Boot] [PATCH v2 21/80] dm: usb: Split hub detection into its own function
` [U-Boot] [PATCH v2 22/80] dm: usb: Add driver model support for hubs
` [U-Boot] [PATCH v2 23/80] dm: usb: Move USB storage definitions to usb_defs.h
` [U-Boot] [PATCH v2 24/80] dm: usb: Fix type problems in usb_stor_get_info()
` [U-Boot] [PATCH v2 25/80] dm: usb: Simply device finding code in usb_storage
` [U-Boot] [PATCH v2 26/80] dm: usb: Adjust usb_storage to work with sandbox
` [U-Boot] [PATCH v2 27/80] dm: usb: Move storage device scanning into its own function
` [U-Boot] [PATCH v2 28/80] dm: usb: Convert usb_storage to driver model
` [U-Boot] [PATCH v2 29/80] dm: usb: Move all the EHCI weak functions together and declare them
` [U-Boot] [PATCH v2 30/80] dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()
` [U-Boot] [PATCH v2 31/80] dm: usb: Allow ECHI to hold private data for the controller
` [U-Boot] [PATCH v2 32/80] dm: usb: tegra: Store the controller type explicitly
` [U-Boot] [PATCH v2 33/80] dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()
` [U-Boot] [PATCH v2 34/80] dm: usb: tegra: Drop use of global controller variable
` [U-Boot] [PATCH v2 35/80] dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()
` [U-Boot] [PATCH v2 36/80] dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()
` [U-Boot] [PATCH v2 37/80] dm: usb: ehci: Use a function to find the controller from struct udevice
` [U-Boot] [PATCH v2 38/80] dm: usb: Refactor EHCI init
` [U-Boot] [PATCH v2 39/80] dm: usb: Drop the EHCI weak functions
` [U-Boot] [PATCH v2 40/80] dm: usb: Change ehci_reset() to use a pointer
` [U-Boot] [PATCH v2 41/80] dm: usb: Add driver model support to EHCI
` [U-Boot] [PATCH v2 42/80] dm: usb: Allow USB drivers to be declared and auto-probed
` [U-Boot] [PATCH v2 43/80] dm: usb: Bind generic USB devices when there is no driver
` [U-Boot] [PATCH v2 44/80] dm: usb: Allow setting up a USB controller as a device/gadget
` [U-Boot] [PATCH v2 45/80] dm: usb: Split out the keyboard probe into its own function
` [U-Boot] [PATCH v2 46/80] dm: usb: Support driver model with USB keyboards
` [U-Boot] [PATCH v2 47/80] dm: usb: tegra: Add vbus GPIOs for nyan
` [U-Boot] [PATCH v2 48/80] dm: usb: Move struct usb_string to a common place
` [U-Boot] [PATCH v2 49/80] dm: usb: sandbox: Add a uclass for USB device emulation
` [U-Boot] [PATCH v2 50/80] dm: usb: sandbox: Reset emulation devices in usb stop()
` [U-Boot] [PATCH v2 51/80] dm: usb: sandbox: Add an emulator for USB flash devices
` [U-Boot] [PATCH v2 52/80] dm: usb: sandbox: Add an emulator for USB hub emulation
` [U-Boot] [PATCH v2 53/80] dm: usb: sandbox: Add a driver for sandbox
` [U-Boot] [PATCH v2 54/80] dm: usb: dts: sandbox: Add some sample USB devices to sandbox
` [U-Boot] [PATCH v2 55/80] dm: usb: Add support for USB ethernet devices with driver model
` [U-Boot] [PATCH v2 56/80] dm: usb: exynos: Add driver model support to exynos EHCI
` [U-Boot] [PATCH v2 57/80] dm: usb: tegra: Remove the port_addr_clear_csc variable
` [U-Boot] [PATCH v2 58/80] dm: usb: tegra: Tidy up error handling and a static function
` [U-Boot] [PATCH v2 59/80] dm: usb: tegra: Move most of init/uninit into a function
` [U-Boot] [PATCH v2 60/80] dm: usb: tegra: Add driver model support to tegra EHCI
` [U-Boot] [PATCH v2 61/80] dm: usb: xhci: Use a function to get xhci_ctrl
` [U-Boot] [PATCH v2 62/80] dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()
` [U-Boot] [PATCH v2 63/80] dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()
` [U-Boot] [PATCH v2 64/80] dm: usb: xhci: Factor out common init/uninit
` [U-Boot] [PATCH v2 65/80] dm: usb: Support driver model in XHCI
` [U-Boot] [PATCH v2 66/80] dm: usb: Rename the XHCI HCD to U-Boot
` [U-Boot] [PATCH v2 67/80] dm: usb: exynos: Adjust XHCI driver to support driver model
` [U-Boot] [PATCH v2 68/80] dm: usb: exynos: Use driver model for USB
` [U-Boot] [PATCH v2 69/80] dm: usb: exynos: Enable both USB ports on snow
` [U-Boot] [PATCH v2 70/80] dm: usb: exynos: Enable both EHCI and XHCI "
` [U-Boot] [PATCH v2 71/80] dm: usb: tegra: Move to driver model for USB
` [U-Boot] [PATCH v2 72/80] dm: usb: Add a generic descriptor struct
` [U-Boot] [PATCH v2 73/80] dm: usb: Tidy up pipe value decoding
` [U-Boot] [PATCH v2 74/80] dm: usb: sandbox: Enable USB
` [U-Boot] [PATCH v2 75/80] dm: test: Correct printf() output nit in 'dm uclass'
` [U-Boot] [PATCH v2 76/80] dm: test: Allow 'dm test' to select a particular test to run
` [U-Boot] [PATCH v2 77/80] dm: usb: Add tests for the USB uclass
` [U-Boot] [PATCH v2 78/80] dm: usb: tegra: Drop legacy USB code
` [U-Boot] [PATCH v2 79/80] dm: usb: exynos: "
` [U-Boot] [PATCH v2 80/80] dm: usb: Add a README for driver model
[PATCH 1/2 v2] x86/asm/entry/64: better label name, fix comments
2015-03-25 18:20 UTC (2+ messages)
` [PATCH 2/2] x86/asm/entry/64: do not TRACE_IRQS fast SYSRET64 path
[PATCH] perf record: Allow poll timeout to be specified
2015-03-25 18:20 UTC (7+ messages)
cifs kernel client status wiki page
2015-03-25 18:20 UTC (2+ messages)
[Qemu-devel] [PATCH for-2.3 v2 0/4] qtest: Fix remaining test paths to include architecture
2015-03-25 18:20 UTC (5+ messages)
` [Qemu-devel] [PATCH for-2.3 v2 1/4] qtest: Add qtest_add_data_func() wrapper function
` [Qemu-devel] [PATCH for-2.3 v2 2/4] qtest: Add qtest_add() wrapper macro
` [Qemu-devel] [PATCH for-2.3 v2 3/4] i440fx-test: Fix test paths to include architecture
` [Qemu-devel] [PATCH v2 4/4] tests: Use qtest_add_data_func() consistently
[PATCH 0/2] Staging: rtl8192u: fix space issues before '(' and after ')'
2015-03-25 5:09 UTC (3+ messages)
` [PATCH 1/2] Staging: rtl8192u: Add space before open parenthesis
` [PATCH 2/2] Staging: rtl8192u: Fix space issues before '(' and after ')'
[PATCH 1/4] x86/asm/entry/64: better label name, fix comments
2015-03-25 18:19 UTC (8+ messages)
` [PATCH 2/4] x86/asm/entry/64: do not TRACE_IRQS fast SYSRET64 path
` [PATCH 3/4] x86/asm/entry/64: use smaller insns
at91 clocks
2015-03-25 18:18 UTC (5+ messages)
adding "{mds,mon} metadata" asok command
2015-03-25 18:18 UTC (6+ messages)
[RFCv3 PATCH 00/48] sched: Energy cost model for energy-aware scheduling
2015-03-25 18:18 UTC (8+ messages)
` [RFCv3 PATCH 33/48] sched: Energy-aware wake-up task placement
` [RFCv3 PATCH 34/48] sched: Bias new task wakeups towards higher capacity cpus
[Qemu-devel] [PATCH v5 00/45] Postcopy implementation
2015-03-25 18:16 UTC (4+ messages)
` [Qemu-devel] [PATCH v5 32/45] Page request: Add MIG_RP_CMD_REQ_PAGES reverse command
relayd TCP reconnect?
2015-03-25 18:14 UTC
[PATCH] net: sysctl for RA default route MTU
2015-03-25 18:14 UTC (4+ messages)
` [PATCH v2] "
Is there a macro for this?
2015-03-25 18:13 UTC (2+ messages)
[Xenomai] xenomia on virtual box
2015-03-25 18:13 UTC (4+ messages)
[PATCH v7 0/3] Generic IOMMU pooled allocator
2015-03-25 18:12 UTC (3+ messages)
[PATCH v4 00/14] Add kdbus implementation
2015-03-25 18:12 UTC (11+ messages)
[PATCH] x86: don't change affinity with interrupt unmasked
2015-03-25 18:12 UTC (2+ messages)
[PATCH net] ipvlan: fix addr hash list corruption
2015-03-25 18:11 UTC (5+ messages)
[PATCH v2 0/7] Hyperv PMD patches
2015-03-25 18:11 UTC (8+ messages)
` [PATCH v2 1/7] ether: add function to query for link state interrupt
` [PATCH v2 2/7] pmd: change drivers initialization for pci
` [PATCH v2 3/7] hv: add basic vmbus support
` [PATCH v2 4/7] hv: uio driver
` [PATCH v2 5/7] hv: poll mode driver
` [PATCH v2 6/7] hv: enable driver in common config
` [PATCH v2 7/7] hv: add kernel patch
[PATCH] mk: added make target to print out system info
2015-03-25 18:11 UTC (10+ messages)
commit 957f094f221f for 3.19.y stable
2015-03-25 18:10 UTC (2+ messages)
[PATCH V8 3/8] MIPS: Cleanup Loongson-2F's gpio driver
2015-03-25 18:09 UTC (5+ messages)
another pmem variant
2015-03-25 18:09 UTC (3+ messages)
` [Linux-nvdimm] "
[PATCH v10 00/11] sched: consolidation of CPU capacity and usage
2015-03-25 18:08 UTC (6+ messages)
` [PATCH v10 04/11] sched: Make sched entity usage tracking scale-invariant
[PATCH] IIO: Adds ACPI support for ST gyroscopes
2015-03-25 18:08 UTC (12+ messages)
[U-Boot] [PATCH] tegra: pinmux: fix FUNCMUX_NDFLASH_KBC_8_BIT
2015-03-25 18:08 UTC (4+ messages)
[PATCH net-next v3 1/2] ipv4: hash net ptr into fragmentation bucket selection
2015-03-25 18:07 UTC (4+ messages)
` [PATCH net-next v3 2/2] ipv6: "
[PULL] [PATCH 0/4] Barriers + waitqueue_active fixes
2015-03-25 18:05 UTC (3+ messages)
` [PATCH 1/4] btrfs: add missing barriers before waitqueue_active
[PATCH i-g-t 1/2] lib: Add media spin
2015-03-25 18:07 UTC (4+ messages)
` [PATCH i-g-t 1/2 v2] "
[PATCH net-next 0/3] tipc: some improvements and fixes
2015-03-25 18:07 UTC (2+ messages)
[PATCH] net: dsa: Handle non-bridge master change
2015-03-25 18:07 UTC (2+ messages)
[pinmux scripts PATCH 1/5] Remove stale FIXME in board-to-uboot.py
2015-03-25 18:06 UTC (5+ messages)
` [pinmux scripts PATCH 2/5] Fix some TAB alignment issues
` [pinmux scripts PATCH 3/5] csv-to-board: handle missing package columns
` [pinmux scripts PATCH 4/5] Add support for MIPI pad ctrl groups in U-Boot driver generator
` [pinmux scripts PATCH 5/5] Support for MIPI pad ctrl groups in *.board
[PATCH] PM / sleep: Don't unset parent's direct_complete
2015-03-25 18:05 UTC (5+ messages)
[Bug 78661] New: GPU sometimes locks up after boot and/or resume
2015-03-25 18:05 UTC (2+ messages)
` [Bug 78661] "
[U-Boot] [PATCH 1/4] ARM: tegra: pinctrl: move Tegra210 code to the correct dir
2015-03-25 18:04 UTC (4+ messages)
` [U-Boot] [PATCH 2/4] ARM: tegra: pinctrl: minor cleanup
` [U-Boot] [PATCH 3/4] ARM: tegra: pinctrl: add support for MIPI PAD control groups
` [U-Boot] [PATCH 4/4] ARM: tegra: enable MIPI PAD CTRL support for Tegra124
Please backport dev_kfree_skb_any fixes for stable
2015-03-25 18:03 UTC (4+ messages)
[PATCH 1/1] mfd: intel_quark_i2c_gpio: don't crash if !DMI
2015-03-25 18:03 UTC
[PATCH net-next v7 0/7]: ixgbevf: Allow querying VFs RSS indirection table and key
2015-03-25 18:03 UTC (3+ messages)
` [PATCH net-next v7 3/7] ixgbe: Add a RETA query command to VF-PF channel API
[PATCH 0/1] Drivers: hv: hv_balloon: do not online pages in offline blocks
2015-03-25 18:02 UTC (2+ messages)
` [PATCH 1/1] "
String literals in __init functions
2015-03-25 18:01 UTC (4+ messages)
[PATCH v2 0/3] toshiba_acpi: Hotkey handling and keymap updates
2015-03-25 18:02 UTC (2+ messages)
Btrfs progs release 3.19.1
2015-03-25 17:59 UTC
[PATCH] populate_sdk_ext: Log the "Preparing build system" step
2015-03-25 17:59 UTC (3+ messages)
[PATCH] SPI: BCM2835: fix all checkpath --strict messages
2015-03-25 17:59 UTC (9+ messages)
` [PATCH V2] SPI: BCM2835: allow arbitrary GPIO to act as SPI-chip_select
` [PATCH V2 - RESEND] "
[PATCH 0/2] xfs: avoid overflow of attr3 leaf block headers with 64k blocks
2015-03-25 17:59 UTC (3+ messages)
[Bridge] Are multicast Ethernet frames supported in Linux bridge?
2015-03-25 17:59 UTC (2+ messages)
CentOS 7 yum-builddep fails on %if
2015-03-25 17:55 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.