messages from 2015-03-25 17:36:59 to 2015-03-25 18:22:39 UTC [more...]
[U-Boot] [PATCH v2 0/80] dm: Add USB support
2015-03-25 18:22 UTC (52+ 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
[PATCH v3 0/*] serial/amba-pl011: Activate TX IRQ passively
2015-03-25 18:22 UTC (2+ messages)
[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 (10+ messages)
` [Qemu-devel] [PATCH v5 32/45] Page request: Add MIG_RP_CMD_REQ_PAGES reverse command
` [Qemu-devel] [PATCH v5 33/45] Page request: Process incoming page request
` [Qemu-devel] [PATCH v5 35/45] postcopy_ram.c: place_page and helpers
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] "
[Buildroot] [PATCH v8] package/sysdig: New package
2015-03-25 18:05 UTC (2+ messages)
[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 (6+ 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
"ARM: multi_v7_defconfig: Enable shmobile platforms" breaks Tegra20 multi_v7_defconfig boot
2015-03-25 18:03 UTC (3+ messages)
[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
[RFC/GSoC] Proposal: Make git-pull and git-am builtins
2015-03-25 17:54 UTC (4+ messages)
[Qemu-devel] [PATCH 0/3] hw/arm: add Fixed Virtual Platform VE support
2015-03-25 17:52 UTC (10+ messages)
[PATCH 0/4] toshiba_bluetooth: Clean up driver plus a bugfix
2015-03-25 17:51 UTC (4+ messages)
` [PATCH 4/4] toshiba_bluetooth: Remove BT enable code from *_notify function
[PATCH] powerpc/powernv: handle OPAL_SUCCESS return in opal_sensor_read
2015-03-25 17:50 UTC
[PATCH v3 0/2] x86: bitops adjustments
2015-03-25 17:49 UTC (3+ messages)
` [PATCH v3 1/2] x86: simplify non‑atomic bitops
[PATCH] ASoC: snd_soc_tas5086: Reinit register values on probe
2015-03-25 17:48 UTC (4+ messages)
[PATCH 4/4] NFSv4.1: Don't cache deviceids that have no notifications
2015-03-25 17:36 UTC (2+ messages)
Fix a small typo in manpage cspctl.1 of alsa-tools/sb16_csp
2015-03-25 17:38 UTC (2+ messages)
` [PATCH] cspctl.1: remove ".LO" macro. This macro don't exist for manpages syntax
[Buildroot] Where is /dev/console created when using devtmpfs?
2015-03-25 17:44 UTC
[PATCH] i2c: i2c-mux-gpio: Change log level to debug for probe deferrals
2015-03-25 17:43 UTC (2+ messages)
[PATCH 0/8] more &&-chaining test fixups
2015-03-25 17:43 UTC (4+ messages)
` [PATCH 6/8] t: simplify loop exit-code status variables
[PATCH] uninative-tarball: fix dependency on patchelf
2015-03-25 17:43 UTC (3+ messages)
` [PATCH v2] "
[PATCH net-next v8 0/7]: ixgbevf: Allow querying VFs RSS indirection table and key
2015-03-25 17:42 UTC (16+ messages)
` [Intel-wired-lan] "
` [PATCH net-next v8 1/7] if_link: Add an additional parameter to ifla_vf_info for RSS querying
` [Intel-wired-lan] "
` [PATCH net-next v8 2/7] ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS info
` [Intel-wired-lan] "
` [PATCH net-next v8 3/7] ixgbe: Add a RETA query command to VF-PF channel API
` [Intel-wired-lan] "
` [PATCH net-next v8 4/7] ixgbevf: Add a RETA query code
` [Intel-wired-lan] "
` [PATCH net-next v8 5/7] ixgbe: Add GET_RSS_KEY command to VF-PF channel commands set
` [Intel-wired-lan] "
` [PATCH net-next v8 6/7] ixgbevf: Add RSS Key query code
` [Intel-wired-lan] "
` [PATCH net-next v8 7/7] ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and key
` [Intel-wired-lan] "
Request for additional arm64 branch in linux-next
2015-03-25 17:42 UTC (3+ messages)
[PATCH 00/11] Alternate p2m: support multiple copies of host p2m
2015-03-25 17:41 UTC (4+ messages)
[PATCH] Btrfs: remove empty block groups automatically V3
2015-03-25 17:40 UTC
[PATCH] fstests: tests can use any name now, not 3 digits only
2015-03-25 17:39 UTC (4+ messages)
` [PATCH] fstests: Tests "
pam related dependency processing bug?
2015-03-25 17:39 UTC
[Intel-gfx] [git pull] drm fixes
2015-03-25 17:37 UTC (13+ messages)
` "
GCC 4.9 to 5.0
2015-03-25 17:38 UTC (2+ messages)
[PATCH] ath: support new FCC DFS Radar Type 1
2015-03-25 17:37 UTC (2+ messages)
[PATCH v2 11/12] KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO bus
2015-03-25 17:37 UTC (4+ messages)
` [PATCH] KVM: arm/arm64: fix MMIO handling on userland induced accesses
[PATCH V5 0/2] add support for pmic_arb v2 and correct framework
2015-03-25 17:37 UTC (3+ messages)
` [PATCH V5 1/2] spmi: remove wakeup command before slave probe
` [PATCH V5 2/2] spmi: pmic_arb: add support for hw version 2
[PATCH 00/21 v2] Adding support for skylake shared scalers
2015-03-25 17:37 UTC (4+ messages)
` [PATCH 07/21 v2] drm/i915: Helper function to update skylake scaling ratio
[PATCH v2 0/2] iommu: add rmrr Xen command line option
2015-03-25 17:37 UTC (4+ messages)
` [PATCH v2 1/2] iommu VT-d: separate rmrr addition function
[PATCH v2] xen/passthrough: Support a single iommu_domain per xen domain per SMMU
2015-03-25 17:35 UTC (5+ messages)
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.