messages from 2015-08-22 18:29:52 to 2015-08-23 00:31:42 UTC [more...]
[U-Boot] [PATCH v2 00/28] dm: Convert TPM drivers to driver model
2015-08-23 0:31 UTC (27+ messages)
` [U-Boot] [PATCH v2 01/28] tpm: Remove old pre-driver-model I2C code
` [U-Boot] [PATCH v2 02/28] tpm: Drop two unused options
` [U-Boot] [PATCH v2 03/28] tpm: Add Kconfig options for TPMs
` [U-Boot] [PATCH v2 04/28] tpm: Convert board config TPM options to Kconfig
` [U-Boot] [PATCH v2 05/28] tpm: Convert drivers to use SPDX
` [U-Boot] [PATCH v2 06/28] tpm: Move the I2C TPM code into one file
` [U-Boot] [PATCH v2 07/28] tpm: tpm_tis_i2c: Drop unnecessary methods
` [U-Boot] [PATCH v2 08/28] tpm: tpm_tis_i2c: Drop struct tpm_vendor_specific
` [U-Boot] [PATCH v2 09/28] tpm: tpm_tis_i2c: Merge struct tpm_dev into tpm_chip
` [U-Boot] [PATCH v2 10/28] tpm: tpm_tis_i2c: Merge struct tpm "
` [U-Boot] [PATCH v2 11/28] tpm: tpm_tis_i2c: Move definitions into the header file
` [U-Boot] [PATCH v2 12/28] tpm: tpm_tis_i2c: Simplify init code
` [U-Boot] [PATCH v2 13/28] tpm: tpm_tis_i2c: Use a consistent tpm_tis_i2c_ prefix
` [U-Boot] [PATCH v2 14/28] tpm: tpm_tis_i2c: Tidy up delays
` [U-Boot] [PATCH v2 15/28] dm: tpm: Add a uclass for Trusted Platform Modules
` [U-Boot] [PATCH v2 16/28] dm: tpm: Convert the TPM command and library to driver model
` [U-Boot] [PATCH v2 17/28] dm: i2c: Add a command to adjust the offset length
` [U-Boot] [PATCH v2 18/28] tpm: Report tpm errors on the command line
` [U-Boot] [PATCH v2 19/28] dm: tpm: sandbox: Convert TPM driver to driver model
` [U-Boot] [PATCH v2 20/28] tpm: Check that parse_byte_string() has data to parse
` [U-Boot] [PATCH v2 21/28] exynos: x86: dts: Add tpm nodes to the device tree for Chrome OS devices
` [U-Boot] [PATCH v2 22/28] dm: tpm: Convert I2C driver to driver model
` [U-Boot] [PATCH v2 23/28] dm: tpm: Convert LPC "
` [U-Boot] [PATCH v2 24/28] tpm: Add a 'tpm info' command
` [U-Boot] [PATCH v2 25/28] tpm: Add functions to access flags and permissions
` [U-Boot] [PATCH v2 26/28] dm: tpm: Add a 'tpmtest' command
[U-Boot] [PATCH] buildman: Correct 'Series-cover-cc' detection logic
2015-08-23 0:28 UTC
[PATCH 00/11] fix error return code
2015-08-23 0:11 UTC (28+ messages)
` [PATCH 01/11] mmc: omap: "
` [PATCH 02/11] soc: ti: knav_qmss_queue: "
` [PATCH 03/11] net: davinci_emac: "
` [PATCH 04/11] fbdev: ssd1307fb: "
` [PATCH 05/11] mlxsw: "
` [PATCH 06/11] mmc: usdhi6rol0: "
` [PATCH 07/11] drm: "
` [PATCH 08/11] drm/exynos: mic: "
` [PATCH 09/11] Input: sur40: "
` [PATCH 10/11] ah6: "
` [PATCH 11/11] gpio: xlp: "
Moving more kernel data into highmem?
2015-08-23 0:15 UTC
[PATCH v4] git-p4: fix faulty paths for case insensitive systems
2015-08-23 0:11 UTC (2+ messages)
[lkp] [sb_edac] 7d375bffa5:
2015-08-23 0:08 UTC (2+ messages)
` "
[lkp] [drm/i915] 3a03dfb057: [drm:stop_ring [i915]] *ERROR* render ring : timed out trying to stop ring
2015-08-23 0:04 UTC (2+ messages)
` "
[Qemu-devel] [PATCH] linux-user: remove MAX_ARG_PAGES, allow dynamic growth of env/argv space
2015-08-22 23:47 UTC (2+ messages)
` [Qemu-devel] [PATCH] linux-user: remove MAX_ARG_PAGES limit
Correct radiotap header for 802.11ad
2015-08-22 23:34 UTC (5+ messages)
[lkp] [fsnotify] 8f2f3eb59d: -4.0% will-it-scale.per_thread_ops
2015-08-22 23:33 UTC (2+ messages)
` "
[lkp] [f2fs] 88a70a69c0: +49.4% fsmark.files_per_sec
2015-08-22 23:32 UTC (2+ messages)
` "
[Buildroot] CMake and VERBOSE variable
2015-08-22 23:10 UTC (13+ messages)
[Buildroot] [PATCH] u-boot: 2015.07 - fix creation of .config
2015-08-22 22:57 UTC (7+ messages)
knfsd: clean up nfsd filesystem interfaces
2015-08-22 22:56 UTC (2+ messages)
[PATCH 00/14] RDS: Assorted bug fixes
2015-08-22 22:45 UTC (15+ messages)
` [PATCH 01/14] RDS: restore return value in rds_cmsg_rdma_args()
` [PATCH 02/14] RDS: always free recv frag as we free its ring entry
` [PATCH 03/14] RDS: destroy the ib state earlier during shutdown
` [PATCH 04/14] RDS: don't update ip address tables if the address hasn't changed
` [PATCH 05/14] RDS: make sure we post recv buffers
` [PATCH 06/14] RDS: check for congestion updates during rds_send_xmit
` [PATCH 07/14] RDS: add a sock_destruct callback debug aid
` [PATCH 08/14] RDS: Mark message mapped before transmit
` [PATCH 09/14] RDS: Make sure we do a signaled send for large-send
` [PATCH 10/14] RDS: Fix assertion level from fatal to warning
` [PATCH 11/14] RDS: Don't destroy the rdma id until after we're done using it
` [PATCH 12/14] RDS: make sure rds_send_drop_to properly takes the m_rs_lock
` [PATCH 13/14] RDS: return EMSGSIZE for oversize requests before processing/queueing
` [PATCH 14/14] RDS: check for valid cm_id before initiating connection
[Buildroot] [PATCH] support/downlaod: fix the Hg backend for tags
2015-08-22 22:47 UTC (2+ messages)
[PATCH] [media] dvbdev: document most of the functions/data structs
2015-08-22 22:42 UTC
[Bug 90887] New: PhiMovesPass in register allocator broken
2015-08-22 22:41 UTC (3+ messages)
` [Bug 90887] "
[Buildroot] [PATCH] package: add comment about ipkg/opkg/rpm
2015-08-22 22:40 UTC (2+ messages)
[Buildroot] [PATCH] package/canfestival: fix build with musl
2015-08-22 22:35 UTC (5+ messages)
[PULL 00/12] ppc patch queue 2015-08-22
2015-08-22 22:32 UTC (3+ messages)
[ebeam PATCH v2 0/2] Add a new USB eBeam input driver
2015-08-22 22:06 UTC (5+ messages)
` [ebeam PATCH v2 1/2] hid: Blacklist eBeam devices
` [ebeam PATCH v2 2/2] input: misc: New USB eBeam input driver
[Buildroot] [PATCH 0/7 v2] Set of patches to add MariaDB galera cluster
2015-08-22 22:21 UTC (8+ messages)
` [Buildroot] [PATCH 7/7 v2] mysql: add mariadb galera cluster variant
[Bug 103321] New: NPT page attribute support causes extreme slowdown
2015-08-22 22:17 UTC (3+ messages)
` [Bug 103321] "
[Buildroot] How to upgrade Nodejs version on buildroot???
2015-08-22 22:13 UTC (2+ messages)
my subject
2015-08-22 22:07 UTC
[Cluster-devel] [GFS2 PATCH 0/2] Increase GFS2 glock scalability
2015-08-22 22:00 UTC (6+ messages)
` [Cluster-devel] [GFS2 PATCH 1/2] GFS2: Move glock superblock pointer to field gl_name
` [Cluster-devel] [GFS2 PATCH 1/2][TRY #2] "
[PATCH v2] mtd-utils: disable xattr if DISTRO_FEATURES doesn't contain acl
2015-08-22 21:59 UTC
[U-Boot] [PATCH v2 0/9] x86: gpio: Tidy up GPIO driver
2015-08-22 21:59 UTC (10+ messages)
` [U-Boot] [PATCH v2 1/9] x86: minnowmax: Add access to GPIOs E0, E1, E2
` [U-Boot] [PATCH v2 2/9] dm: pci: Allow a PCI bus to be found without an alias
` [U-Boot] [PATCH v2 3/9] dm: pci: Add a comment to help find pci_hose_read_config_byte, etc
` [U-Boot] [PATCH v2 4/9] x86: minnowmax: Correct pad-offset value for host_en1
` [U-Boot] [PATCH v2 5/9] gpio: Report errors when GPIOs cannot be read
` [U-Boot] [PATCH v2 6/9] x86: gpio: Correct calls to _ich6_gpio_set_direction()
` [U-Boot] [PATCH v2 7/9] x86: gpio: Tidy up gpio_ich6_get_base() and callers
` [U-Boot] [PATCH v2 8/9] WIP: x86: gpio: Handle the case where reading a GPIO fails
` [U-Boot] [PATCH v2 9/9] WIP: x86: gpio: Make sure that output GPIOs can be read
[Buildroot] [PATCH 1/1] package/libtirpc: fix atomic compilation issues on some arches
2015-08-22 21:55 UTC
[PATCH v2 1/2] iio:humidity:si7020: replaced bitmask on humidity values with range check
2015-08-22 21:54 UTC (3+ messages)
[PATCH] mtd-utils: add dependency on acl
2015-08-22 21:53 UTC (5+ messages)
[meta-fsl-arm PATCH v5 0/6] Dynamically choose between built-in or external Vivante GPU kernel driver
2015-08-22 21:51 UTC (7+ messages)
` [meta-fsl-arm PATCH v5 1/6] kernel-module-mcc: move to kernel-modules subdir
` [meta-fsl-arm PATCH v5 2/6] kernel-module-imx-gpu-viv: Kernel loadable modules for 5.0.11.p6.3
` [meta-fsl-arm PATCH v5 3/6] fsl-vivante-kernel-driver-handler.bbclass: Handle Vivante kernel driver provider
` [meta-fsl-arm PATCH v5 4/6] Enable Vivante kernel driver dynamic provider
` [meta-fsl-arm PATCH v5 5/6] linux-fslc-mx6: Bump revision to 2574f81
` [meta-fsl-arm PATCH v5 6/6] kernel-module-imx-gpu-viv: Fix build against 3.14-based kernels
[PATCH v5 0/2] Worktree: for-each function and list command
2015-08-22 21:51 UTC (3+ messages)
` [PATCH v5 1/2] worktree: add 'for_each_worktree' function
` [PATCH v5 2/2] worktree: add 'list' command
bcache deadlock
2015-08-22 21:48 UTC (7+ messages)
[PATCH 4/4] Input - elantech: Add special check for fw_version 0x470f01 touchpad
2015-08-22 21:43 UTC (2+ messages)
` [PATCH v1 1/1] Input: elantech - Remove the ETP_SAMPLE_QUERY read that is now redundant
i2c imx: suspicious use of runtime PM calls
2015-08-22 21:42 UTC
[PATCH] mips: Fix console output for Fulong2e system
2015-08-22 21:34 UTC (2+ messages)
` "
[Buildroot] [PATCH] package/canfestival: don't build in parallel
2015-08-22 21:34 UTC
[Bug 103271] New: AMD R9 270X Flickering with DPM Enabled on Linux 4.1 with RadeonSI
2015-08-22 21:34 UTC (3+ messages)
` [Bug 103271] "
[ANNOUNCE] bcachefs - a general purpose COW filesystem
2015-08-22 21:33 UTC (2+ messages)
[U-Boot] [PATCH v3 0/9] dfu: tftp: update: Support for DFU upgrades via ETH (TFTP)
2015-08-22 21:28 UTC (8+ messages)
` [U-Boot] [PATCH v3 9/9] dfu: tftp: Kconfig: Enable DFU_TFTP support on the am335x_boneblack_defconfig
[PATCH -next] hrtimer: Fix hang seen if tick_init_highres() failed
2015-08-22 21:25 UTC (2+ messages)
[PATCH 0/4] firmware_class: few small code shifts
2015-08-22 21:18 UTC (4+ messages)
[Intel-wired-lan] [PATCH v3 0/4] Patchset enabling hardware based cross-timestamps for next gen Intel platforms
2015-08-22 21:17 UTC (15+ messages)
` [Intel-wired-lan] [PATCH v3 1/4] Add correlated clocksource deriving system time from an auxiliary clocksource
` "
` [Intel-wired-lan] [PATCH v3 2/4] Added ART correlated clocksource and ART CPU feature
` "
` [Intel-wired-lan] [PATCH v3 3/4] Add support for driver cross-timestamp to PTP_SYS_OFFSET ioctl
` "
` [Intel-wired-lan] [PATCH v3 4/4] Enabling hardware supported PTP system/device crosstimestamping
` "
[Bug 91726] R600 asserts in tgsi_cmp/make_src_for_op3
2015-08-22 21:12 UTC
[PATCH RESEND] sched/nohz: Affine unpinned timers to housekeepers
2015-08-22 21:09 UTC (2+ messages)
` Ping: "
[Buildroot] [PATCH] package/libwebsock: fix incorrect inline function
2015-08-22 21:04 UTC
[PATCH] veth: replace iflink by a dedicated symlink in sysfs
2015-08-22 20:51 UTC (5+ messages)
[Cocci] Checking data structure modification with SmPL
2015-08-22 20:50 UTC (8+ messages)
partitions (your discussion at http://lists.infradead.org)
2015-08-22 20:44 UTC (2+ messages)
[PATCH] [v2] x86, suspend: Save/restore extra MSR registers for suspend
2015-08-22 20:30 UTC (2+ messages)
[PATCHv3 0/5] Fix compound_head() race
2015-08-22 20:13 UTC (5+ messages)
[Buildroot] rpi: image generation
2015-08-22 20:01 UTC (5+ messages)
` [Buildroot] [PATCH 1/4] configs/raspberrypi: use EABIhf
` [Buildroot] [PATCH 2/4] board/raspberrypi: prepare the image files for the target
` [Buildroot] [PATCH 3/4] board/raspberrypi: generate a medium image
` [Buildroot] [PATCH 4/4] board/raspberrypi: auto-expand rootfs on first boot
[Bug 91704] Tonga startx fails since mesa/drm 56d8dd6 amdgpu: make vamgr per device v2
2015-08-22 19:52 UTC (3+ messages)
[xen-4.4-testing test] 60802: regressions - FAIL
2015-08-22 19:47 UTC
Visa Debit Card Pay-Out
2015-08-22 19:38 UTC (2+ messages)
[PATCH -next] parisc: Define ioremap_uc and ioremap_wc
2015-08-22 19:35 UTC (2+ messages)
[PATCH -next] rtc: drop unused ret variable orphaned by misc_deregister becoming void
2015-08-22 19:26 UTC (2+ messages)
` [rtc-linux] "
bug: git-archive does not use the zip64 extension for archives with more than 16k entries
2015-08-22 19:06 UTC (6+ messages)
` [PATCH 1/3] t5004: test ZIP archives with many entries
` [PATCH 2/3] archive-zip: use a local variable to store the creator version
` [PATCH 3/3] archive-zip: support more than 65535 entries
[Cocci] tutorial
2015-08-22 19:05 UTC
[PATCH] x86/math-emu: Add support for FCMOVcc and F[U]COMI[P] insns
2015-08-22 18:57 UTC (3+ messages)
[Qemu-devel] Debian 7.8.0 SPARC64 on qemu - anything i can do to speedup the emulation?
2015-08-22 18:53 UTC (16+ messages)
[Bug 83436] New: Sudden framerate drops in multiple games
2015-08-22 18:52 UTC (3+ messages)
` [Bug 83436] Sudden framerate drops in multiple games when compiling with -mtune=generic (as well with -mtune=pentium-mmx and older CPUs)
[PATCH 1/2 nf-next] netfilter: nf_dup: fix sparse warnings
2015-08-22 18:46 UTC (2+ messages)
` [PATCH 2/2 nf-next] netfilter: xt_TEE: use IS_ENABLED(CONFIG_NF_DUP_IPV6)
AP mode firmware crash on QCA9880-BR4A
2015-08-22 18:38 UTC (20+ messages)
[PATCH v2 net-next] netfilter: ipset: Fixing unnamed union init
2015-08-22 18:44 UTC (3+ messages)
ALPS v7 trackpad passthrough to Thinkpad trackpoint
2015-08-22 18:33 UTC (10+ messages)
[PATCH] nand: pxa3xx: Remove unused platform-data flash specification
2015-08-22 18:25 UTC (2+ 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.